Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/component/simplify-sketch

Path smoothing for Sketch paths
https://github.com/component/simplify-sketch

Last synced: 13 days ago
JSON representation

Path smoothing for Sketch paths

Awesome Lists containing this project

README

        

# simplify-sketch

Path smoothing for [Sketch](https://github.com/component/sketch).

## Installation

$ component install component/simplify-sketch

## Example

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

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

## License

MIT