You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+31-29Lines changed: 31 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "react-lazy-svg",
3
-
"version": "2.0.2",
3
+
"version": "3.0.0",
4
4
"license": "MIT",
5
5
"keywords": [
6
6
"react",
@@ -11,7 +11,8 @@
11
11
"icons",
12
12
"ssr",
13
13
"typescript",
14
-
"react-component"
14
+
"react-component",
15
+
"critical-svg"
15
16
],
16
17
"repository": {
17
18
"url": "https://github.com/kaoDev/react-lazy-svg"
@@ -20,7 +21,7 @@
20
21
"name": "Kalle Ott",
21
22
"url": "https://github.com/kaoDev/"
22
23
},
23
-
"description": "react-lazy-svg is a simple way to use SVGs with the performance benefits of a sprite-sheet and svg css styling possibilities. Without bloating the bundle. It automatically creates a sprite-sheet for all used SVGs on the client but also provides a function to create a server side rendered sprite-sheet for icons used in the first paint.",
24
+
"description": "react-lazy-svg is a simple way to use SVGs with the performance benefits of a sprite-sheet and svg css styling possibilities. Without bloating the bundle. It automatically creates a sprite-sheet for all used SVGs on the client but also provides the option to inject the critical SVGs for the server side rendered html.",
0 commit comments