@daign/2d-pipeline
v1.1.3
Published
Two dimensional graphics pipeline.
Downloads
1,003
Readme
daign-2d-pipeline
Two dimensional graphics pipeline.
This library takes a document tree with layered transformations and automatically calculates the transformation matrices for each element. The transformation matrices can then be used to project element coordinates to view coordinates and vice versa.
This package is the underlying core of the daign-2d-graphics library.
Installation
npm install @daign/2d-pipeline --save
Documentation
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