bump version to 2.0.0

This commit is contained in:
Zeno Zeng 2021-06-06 14:21:35 +08:00
parent 3d96ae9391
commit 4b21c73183
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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:

View File

@ -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": {