canvas-curve
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -479,2 +479,3 @@ /** | ||
const { | ||
canvas, | ||
width, | ||
@@ -554,3 +555,3 @@ height, | ||
// creating the canvas | ||
this._canvas = document.createElement('canvas'); | ||
this._canvas = canvas; | ||
this._canvas.width = width; | ||
@@ -557,0 +558,0 @@ this._canvas.height = height; |
{ | ||
"name": "canvas-curve", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A spline widget", | ||
@@ -5,0 +5,0 @@ "author": "moocher", |
Sorry, the diff of this file is not supported yet
951
103066