0.0.6 • Published 2 years ago

@mondrian/mondrian v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

LISCENSE](https://github.com/naiteluo/mondrian/LISCENSE) libera manifesto

@mondrian/mondrian

This is a out-of-box drawing board library based on PIXI.js. (Piet Mondrian, one of the greatest abstract style artists of the 20th century.)

Features

  • Full abilities of drawing board likes:
    • line draw
    • shape draw
    • viewport support
    • history
  • Multi client collaboration.
  • High performance.
  • Easy to use, easy to extends.
  • Extendable.

Setup

NPM Install

npm install --save @mondrian/mondrian

There is no default export. The way to import Mondrian is:

import { Mondrian } from "@mondrian/mondrian";

Learn more about Mondrian's APIs, check the api docs out.

CDN Install

More about this lib