UNPKG

svg-in-png

Version:

export SVG into image, its work with recharts and any other image svg

53 lines (52 loc) 1.31 kB
{ "name": "svg-in-png", "version": "1.0.7", "description": "export SVG into image, its work with recharts and any other image svg", "main": "lib/index.js", "types": "lib", "scripts": { "build": "tsc -p .", "coverage": "nyc npm run test -- --coverage", "test": "jest --runInBand --detectOpenHandles", "jest": "jest --config ./jest.config.ts", "test:normal": "jest --coverage --updateSnapshot --forceExit --detectOpenHandles", "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov" }, "keywords": [ "SVG", "svg", "export", "converter", "image", "png", "withoutOtherLibary", "js", "ts", "download", "rechart", "chart", "whiteMark", "WaterMark", "react" ], "author": "Jose Marin", "license": "MIT", "bugs": { "url": "https://github.com/josermarinr/svg-export/issues" }, "repository": { "type": "git", "url": "git+https://github.com/josermarinr/svg-export.git" }, "homepage": "https://github.com/josermarinr/svg-export#readme", "devDependencies": { "@babel/preset-env": "^7.14.2", "@types/jest": "^26.0.23", "codecov": "^3.8.2", "jest": "^27.0.1", "nyc": "^15.1.0", "ts-jest": "^27.0.1", "ts-node": "^9.1.1", "typescript": "^4.3.2" } }