@ng-blue-duct-tape/svg-draw-stroke
Version:
Angular library that allows you to access elements inside SVG for further animation
47 lines • 1.41 kB
JSON
{
"name": "@ng-blue-duct-tape/svg-draw-stroke",
"version": "0.0.9",
"author": {
"name": "Yan Merkushin",
"email": "yan.merkushin@icloud.com",
"url": "https://github.com/Yanduz"
},
"license": "MIT",
"keywords": [
"ng",
"angular",
"ng-angular",
"angular-lib",
"library",
"angular-library",
"svg",
"stroke",
"svg-stroke",
"draw",
"svg-draw",
"blue-duct-tape",
"ng-blue-duct-tape",
"svg-draw-stroke"
],
"description": "Angular library that allows you to access elements inside SVG for further animation",
"bugs": "https://github.com/ng-blue-duct-tape/ng-blue-duct-tape/issues",
"homepage": "https://github.com/ng-blue-duct-tape/ng-blue-duct-tape/tree/master/libs/svg-draw-stroke",
"repository": {
"type": "git",
"url": "https://github.com/ng-blue-duct-tape/ng-blue-duct-tape.git"
},
"peerDependencies": {
"@angular/common": "^12.1.0",
"@angular/core": "^12.1.0"
},
"dependencies": {
"tslib": "^2.2.0"
},
"main": "bundles/ng-blue-duct-tape-svg-draw-stroke.umd.js",
"module": "fesm2015/ng-blue-duct-tape-svg-draw-stroke.js",
"es2015": "fesm2015/ng-blue-duct-tape-svg-draw-stroke.js",
"esm2015": "esm2015/ng-blue-duct-tape-svg-draw-stroke.js",
"fesm2015": "fesm2015/ng-blue-duct-tape-svg-draw-stroke.js",
"typings": "ng-blue-duct-tape-svg-draw-stroke.d.ts",
"sideEffects": false
}