bump version to 2.0.0
This commit is contained in:
parent
3d96ae9391
commit
4b21c73183
@ -5,7 +5,7 @@ A maintained fork of [gliffy's canvas2svg](https://github.com/gliffy/canvas2svg)
|
|||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
http://gliffy.github.io/canvas2svg/
|
http://zenozeng.github.io/canvas2svg/test/playground.html
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
We create a mock 2d canvas context. Use the canvas context like you would on a normal canvas. As you call methods, we
|
We create a mock 2d canvas context. Use the canvas context like you would on a normal canvas. As you call methods, we
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!!
|
/*!!
|
||||||
* SVGCanvas v1.1.0
|
* SVGCanvas v2.0.0
|
||||||
* A low level canvas to SVG converter. Uses a mock canvas context to build an SVG document.
|
* A low level canvas to SVG converter. Uses a mock canvas context to build an SVG document.
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license:
|
* Licensed under the MIT license:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svgcanvas",
|
"name": "svgcanvas",
|
||||||
"version": "1.1.0",
|
"version": "2.0.0",
|
||||||
"description": "svgcanvas",
|
"description": "svgcanvas",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user