Install package:
# npm
npm install @bouzu/zoomable
# yarn
yarn add @bouzu/zoomable
# pnpm
pnpm install @bouzu/zoomableImport:
// ESM
import { Zoomable } from '@bouzu/zoomable'- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable - Install dependencies using
pnpm install - Run interactive tests using
pnpm dev
Made with 💛
Published under MIT License.