0.1.4 • Published 7 years ago

ww-draw v0.1.4

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

ww-draw - a time-based drawing capture and replay library

ww-draw is a time-based drawing library for capturing and replaying multi-layered, multi-author drawings - as they were drawn. Included is a json file format for storing captured data.

using ww-draw

npm install ww-draw pixi.js jsonfile

import * as WwDraw from 'ww-draw';

building the library and examples

npm install -g electron (required for the demos)

npm run build

npm run build:example

npm run build:example:capture

npm run build:example:canvas

npm run build:example:docs

cd electron

PixiJs replay

  • a pixijs demo of drawing replay, use:
  • electron index.js

PixiJs capture

  • a pixijs demo of drawing capture & replay, use:
  • electron index-capture.js

Canvas replay

  • a canvas-based demo of drawing replay, use:
  • electron index-canvas.js
0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago