CDN (no install required)
The fastest way to use Sprincul is to import it directly from esm.sh. Add a<script type="module"> tag to your page and import from the CDN URL:
node_modules, no build step — the browser resolves the module at runtime. This works in any modern browser that supports ES modules.
Package manager
If you are already using a package manager, install Sprincul from npm:Sprincul and SprinculModel from the package name:
You do not need a bundler to use Sprincul after a package install. If your environment supports bare module specifiers (for example via an import map), you can reference
sprincul directly. A bundler is optional — use one if your project already has one, but do not add one just for Sprincul.