MCPcopy
hub / github.com/Pomax/bezierjs

github.com/Pomax/bezierjs @v6.1.4 sqlite

repository ↗ · DeepWiki ↗ · release v6.1.4 ↗
158 symbols 325 edges 17 files 4 documented · 3%
README

Bezier.js

:warning: This package needs your support to stay maintained. If you work for an organization whose website is better off using Bezier.js than rolling its own code solution, please consider talking to your manager to help fund this project. Open Source is free to use, but certainly not free to develop. If you have the means to reward those whose work you rely on, please consider doing so. :warning:

An ES Module based library for Node.js and browsers for doing (quadratic and cubic) Bezier curve work.

For a Demo and the API, hit up either pomax.github.io/bezierjs or read the souce (./src for the library code, start at bezier.js).

Note: if you're looking for the legacy ES5 version of this library, you will have to install v2.6.1 or below. However, be aware that the ES5 version will not have any fixes/updates back-ported.

Installation

npm install bezier-js will add bezier.js to your dependencies, remember to add --save or --save-dev if you need that to be persistent of course.

Without using a package manager

There is a rolled-up version of bezier.js in the dist directory. Just download that and drop it in your JS asset dir.

In Node, as dependency

About as simple as it gets:

import { Bezier } from "bezier-js";

const b = new Bezier(...);

Or, using the legacy CommonJS syntax:

const Bezier = require("bezier-js");

const b = new Bezier(...);

Node support matrix

Node Version Require Supported Import Supported
v12.0.0 Yes Yes Experimental Flag
v12.14.1 Yes No Experimental Flag
v12.17.0 Yes Yes Experimental Warning
v12.22.1 Yes Yes
v14.0.0 Yes Yes
v14.16.1 Yes Yes

In Node or the browser, from file

Copy the contents of the src directory to wherever you like (/js, /vendor, etc), or place the rolled-up version of the library there, and then load the library as an import to whatever script needs to use the Bezier constructor using:

import { Bezier } from "/js/vendor/bezier.js";

const b = new Bezier(...);

Working on the code

All the code is in the src directory, with bezier.js as entry point.

To test code (which automatically applies code formatting and rollup), use npm test.

There is no explicit build step for the library, npm test takes care of everything, except checking for code coverage.

License

This code is MIT licensed.

Engagement

For comments and questions, tweet at me or file an issue.

Core symbols most depended-on inside this repo

get
called by 14
src/bezier.js
normal
called by 12
src/bezier.js
compute
called by 10
src/bezier.js
derivative
called by 10
src/bezier.js
get
called by 10
docs/js/bezier.js
bbox
called by 9
src/bezier.js
bbox
called by 9
docs/js/bezier.js
compute
called by 8
docs/js/bezier.js

Shape

Method 138
Class 10
Function 10

Languages

TypeScript100%

Modules by API surface

docs/js/bezier.js66 symbols
src/bezier.js53 symbols
docs/js/code-example.js22 symbols
src/poly-bezier.js10 symbols
src/utils.js3 symbols
docs/js/loader.js2 symbols
docs/js/interaction.js2 symbols

Dependencies from manifests, versioned

cross-env7.0.3 · 1×
esbuild0.14.10 · 1×
jest27.4.7 · 1×
npm-run-all4.1.5 · 1×
prettier2.0.5 · 1×

For agents

$ claude mcp add bezierjs \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact