File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # svg2canvas
2
+
3
+ [ ![ npm] [ npm ]] [ npm-url ]
4
+ [ ![ deps] [ deps ]] [ deps-url ]
5
+ [ ![ Install Size] [ size ]] [ size-url ]
6
+ [ ![ Downloads] [ downloads ]] [ downloads-url ]
7
+
8
+ svg2canvas is a utility library that helps to turn SVGs into fast run-time drawings for the JavaScript 2D canvas.
9
+
10
+ # Installation
11
+
12
+ ``` console
13
+ $ npm install svg2canvas --save
14
+ ```
15
+
16
+
17
+ * * *
18
+
19
+ [ deps ] : https://david-dm.org/OpenCircuits/svg2canvas/status.svg
20
+ [ deps-url ] : https://david-dm.org/OpenCircuits/svg2canvas
21
+
22
+ [ downloads ] : https://img.shields.io/npm/dt/svg2canvas
23
+ [ downloads-url ] : https://www.npmjs.com/package/svg2canvas
24
+
25
+ [ npm ] : https://img.shields.io/npm/v/svg2canvas
26
+ [ npm-url ] : https://www.npmjs.com/package/svg2canvas
27
+
28
+ [ size ] : https://packagephobia.com/badge?p=svg2canvas
29
+ [ size-url ] : https://packagephobia.com/result?p=svg2canvas
You can’t perform that action at this time.
0 commit comments