@daign/2d-pipeline
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

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

/@daign/2d-pipeline/

    Package Sidebar

    Install

    npm i @daign/2d-pipeline

    Weekly Downloads

    9

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    54.5 kB

    Total Files

    27

    Last publish

    Collaborators

    • daign