Skip to content
Coding Shiksha
  • Home
  • Youtube Channel
  • Privacy Policy

Month: April 2025

Home » Archives for April 2025 » Page 3
Posted inreact

Build a React.js PDF Viewer & Editor With Controls Using pdfjs-dist Library in Browser Using JSX

    npm i pdfjs-dist@3.11.17     App.jsx     [crayon-6841ae295e0aa156456986/]     index.css     [crayon-6841ae295e0b4205041816/]  
Posted by geekygautam1997 April 5, 2025
Posted inreact

Build a React.js Image Cropper Editor With Live Preview Using react-easy-crop in Browser Using JSX

    npm i react-easy-crop     And after that we need to create the App.jsx file and copy paste the following code     App.jsx`     [crayon-6841ae295e610666837342/]  …
Posted by geekygautam1997 April 2, 2025
Posted inreact

Build a React.js QRCode Scanner Using Webcam & Image in Browser Using jsqr Library in JSX

    npm i jsqr     And after that create a App.jsx file and copy paste the following code     App.jsx     [crayon-6841ae295e9dd166453590/]  
Posted by geekygautam1997 April 2, 2025
Posted inreact

Build a React.js QRCode Generator From Text & Export to PNG Image Using qrcode-react in TailwindCSS

  npm i qrcode.react   Now we need to make the App.tsx file and copy paste the below code   App.tsx   [crayon-6841ae295ec60857390829/]  
Posted by geekygautam1997 April 2, 2025
Posted inreact

Build a React.js PDF Editor to Render & Export PDF Pages to PNG Images Using react-pdf in Browser

  npm i react-pdf   Now we need to make the App.tsx file and copy paste the below code   App.tsx     [crayon-6841ae295ee71242000973/]  
Posted by geekygautam1997 April 2, 2025

Posts pagination

Previous page 1 2 3

Recent Posts

  • Node.js SheetJS Tutorial to Merge Multiple Excel Files into Single Sheet Using xlsx Module
  • Node.js Tutorial to Generate Excel File From JSON Data Using xlsx Module in Terminal
  • Node.js PDF-LIB Tutorial to Export All Images in Folder to PDF Document Using Sharp Library in Terminal
  • Node.js Puppeteer Tutorial to Export HTML & CSS Template to PDF Document & Download it in Terminal
  • Python 3 Bokeh Library Script to Plot CSV Data as Interactive & Colorful HTML Web Charts in Browser

Archives

  • June 2025
  • May 2025
  • April 2025
  • February 2025
  • January 2025
Categories
  • angular
  • c#
  • javascript
  • node
  • php
  • python
  • react
  • tutorial
  • Vue
Copyright 2025 — Coding Shiksha. All rights reserved.
Scroll to Top