Overview
This guide walks through the fastest way to get a working setup, whether you’re dropping in a single script tag or installing the package into an existing build pipeline. Pick the path that matches your project.
CDN
For static sites or quick prototypes, load the library directly from a CDN. No build step required — just add the script tag before your closing </body> tag.
Bundler
For projects using npm, yarn, or pnpm, install the package and import it directly into your code.