separate svgcanvas from svgedit
now you can use directlt svgcanvas. see readme.md * configure workspaces * move svgcanvas to packages folder * move utils to common and paint to svgcanvas * make svgcanvas a dependency of svgedit * update deps * workspaces requires npm 7 at least so the ci needs a new node version * update github actions to V3 * update snapshots using custom svg exports * remove unmaintained cypress snapshot plugin * new github action to add coverage in PR * Update onpushandpullrequest.yml * svgcanvas v7.1.6
This commit is contained in:
56
packages/svgcanvas/package.json
Normal file
56
packages/svgcanvas/package.json
Normal file
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "@svgedit/svgcanvas",
|
||||
"version": "7.1.6",
|
||||
"description": "SVG Canvas",
|
||||
"main": "dist/svgcanvas.js",
|
||||
"author": "Narendra Sisodiya",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/SVG-Edit/svgedit/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/SVG-Edit/svgedit.git"
|
||||
},
|
||||
"homepage": "https://github.com/SVG-Edit/svgedit#readme",
|
||||
"contributors": [
|
||||
"Pavol Rusnak",
|
||||
"Jeff Schiller",
|
||||
"Vidar Hokstad",
|
||||
"Alexis Deveria",
|
||||
"Brett Zamir",
|
||||
"Fabien Jacq",
|
||||
"OptimistikSAS"
|
||||
],
|
||||
"keywords": [
|
||||
"svg-editor",
|
||||
"javascript",
|
||||
"svg-edit",
|
||||
"svg",
|
||||
"svgcanvas"
|
||||
],
|
||||
"license": "MIT",
|
||||
"browserslist": [
|
||||
"defaults",
|
||||
"not IE 11",
|
||||
"not OperaMini all"
|
||||
],
|
||||
"standard": {
|
||||
"ignore": ["dist"],
|
||||
"globals": [
|
||||
"cy",
|
||||
"assert"
|
||||
],
|
||||
"env": [
|
||||
"mocha",
|
||||
"browser"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"prebuild": "standard . && npm i",
|
||||
"prepublishOnly": "npm run build"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user