simplify-sketch

1.0.0 • Public • Published

simplify-sketch

Path smoothing for Sketch.

Installation

$ component install component/simplify-sketch

Example

var canvas = document.querySelector('canvas');
var Sketch = require('sketch');
var simplify = require('simplify-sketch');

var sketch = Sketch(canvas);
simplify(sketch, .8);

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i simplify-sketch

Weekly Downloads

1

Version

1.0.0

License

none

Last publish

Collaborators

  • tjholowaychuk