Skip to content

Instantly share code, notes, and snippets.

View jordizle's full-sized avatar
😎

Jordan Leigh jordizle

😎
View GitHub Profile
@jordizle
jordizle / Index.js
Last active July 17, 2017 23:05
Sketch.js
const sketch = new Sketch({
element: 'element_id',
dimensions: {
width: 600,
height: 600
}
}, {
pathType: 'bezier',
dimensions: {
width: 300,