Adds annotations to Mirador 4 implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

51 lines
1.2 KiB

{
"name": "react-konva-to-svg",
"version": "1.0.2",
"private": false,
"keywords": [
"react-konva",
"react-konva-components",
"react-konva-utils",
"react-konva-export",
"canvas-api",
"svg-canvas",
"react-konva-to-svg",
"canvas",
"svg",
"konva"
],
"description": "Extend Konva's functionality to export stages as SVG. Enhance the quality of exported images with SVG format.",
"author": "dendrofen",
"license": "MIT",
"main": "react-konva-to-svg/index.js",
"files": [
"react-konva-to-svg"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dendrofen/react-konva-to-svg.git"
},
"homepage": "https://dendrofen.github.io/react-konva-to-svg/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "^18.2.0",
"konva": "^9.2.0",
"react-konva": "^18.2.10",
"svgcanvas": "^2.5.0"
},
"devDependencies": {
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"konva": "^9.2.0",
"next": "13.4.13",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-konva": "^18.2.10",
"svgcanvas": "^2.5.0"
}
}