sketch

0.2.0 • Public • Published

Sketch

Turn a canvas into a sketch pad.

js canvas sketch

Installation

$ component install component/sketch

API

sketch(canvas)

Turn the given canvas into a sketch pad.

var sketch = require('sketch');
sketch(canvas);

Sketch#add(object)

Add drawable object that must provide a .draw(ctx) method.

Sketch#size(n)

Set pen size.

Sketch#color(string)

Set pen color.

Sketch#opacity(n)

Set pen opacity.

Sketch#clear()

Clear the objects and re-draw.

Sketch#reset()

Reset the sketch defaults and clear the canvas.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i sketch

Weekly Downloads

32

Version

0.2.0

License

none

Last publish

Collaborators

  • tjholowaychuk