Skip to main content

Installation

npm

Using a package manager

npm

Run this in your terminal
npm install img2num

pnpm

Run this in your terminal
pnpm add img2num

yarn

Run this in your terminal
yarn add img2num

bun

Run this in your terminal
bun add img2num

Using a CDN

jsDelivr

CDN: jsDelivr

Paste this into your HTML file
<!-- IMPORTANT: this is browser-only -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/browser/img2num.js"></script>

unpkg

CDN: unpkg

Paste this into your HTML file
<!-- IMPORTANT: this is browser-only -->
<script src="https://unpkg.com/[email protected]/dist/browser/img2num.js"></script>