File size: 1,206 Bytes
04f98c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "name": "canvg",
  "version": "3.0.10",
  "description": "JavaScript SVG parser and renderer on Canvas.",
  "authors": [
    {
      "name": "Gabe Lerner",
      "email": "gabelerner@gmail.com"
    },
    {
      "name": "Brett Zamir"
    },
    {
      "name": "Dan Green",
      "url": "https://twitter.com/dangreen58"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/canvg/canvg"
  },
  "bugs": {
    "url": "https://github.com/canvg/canvg/issues"
  },
  "type": "module",
  "sideEffects": false,
  "main": "lib/index.cjs",
  "module": "lib/index.es.js",
  "raw": "lib/index.babel.js",
  "umd": "lib/umd.js",
  "types": "lib/index.d.ts",
  "exports": {
    "require": "./lib/index.cjs",
    "import": "./lib/index.es.js"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "keywords": [
    "javascript",
    "client",
    "browser",
    "svg",
    "canvas"
  ],
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "@types/raf": "^3.4.0",
    "core-js": "^3.8.3",
    "raf": "^3.4.1",
    "regenerator-runtime": "^0.13.7",
    "rgbcolor": "^1.0.1",
    "stackblur-canvas": "^2.0.0",
    "svg-pathdata": "^6.0.3"
  },
  "files": [
    "lib"
  ]
}