Articles for the Browser tag
-
Transformers.js: Your Browser Just Grew a Brain
Discover how Transformers.js lets you run powerful machine learning models entirely in the browser, no server round-trips required. From text classification to speech recognition, your users' data never has to leave their device.
-
jsPDF: PDF Sorcery Right in the Browser
Need to generate invoices, certificates, or reports without a server round-trip? jsPDF creates PDF documents directly in the browser (or Node.js) with full control over text, shapes, images, and page layout.
-
Capturing the Web: HTML2Canvas Wizardry in React
Unlock the power of client-side screen capture with html2canvas, a versatile library that turns DOM elements into canvas images. Perfect for React developers looking to add screenshot functionality to their applications.
-
Print Perfect: Unleashing the Magic of react-to-print
Printing in web applications can be a hassle, but react-to-print makes it a breeze. This powerful library allows you to print React components with ease, maintaining styles and layout. Let’s dive into the world of seamless printing in React!