Skip to content

Two dimensional graphics library for interactive web graphics.

License

Notifications You must be signed in to change notification settings

daign/daign-2d-graphics

Repository files navigation

daign-2d-graphics

CI Coverage NPM package

Two dimensional graphics library for interactive web graphics.

daign-2d-graphics lets you define 2d-graphics that can be modified through control points.

The final graphics can be output to interactive web applications with technologies like SVG or Canvas, but other output formats like TikZ code can also be defined.

Packages

daign-2d-graphics is the main package of several npm packages that work together to build this project. Learn more about the packages.

Demo

Here is a repository with demo applications.

Documentation

Installation

npm install @daign/2d-graphics --save

Scripts

# Build
npm run build

# Run lint analysis
npm run lint

# Run unit tests with code coverage
npm run test

# Get a full lcov report
npm run coverage

About

Two dimensional graphics library for interactive web graphics.

Resources

License

Stars

Watchers

Forks

Packages

No packages published