1.1.2 • Published 5 months ago

@daign/2d-pipeline v1.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
5 months ago

daign-2d-pipeline

CI Coverage NPM package

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