noble-curves/build
2023-08-27 18:49:55 +02:00
..
input.js single-file build: expose more methods 2023-08-27 18:49:55 +02:00
package.json build: update esbuild 2023-07-12 20:28:11 +02:00
README.md Add build directory that allows to test tree-shaking 2023-06-02 17:16:56 +02:00

build

The directory is used to build a single file noble-curves.js which contains everything.

The output file uses iife wrapper and can be used in browsers as-is.

Don't use it unless you can't use NPM/ESM, which support tree shaking.