Skip to content
This repository was archived by the owner on Sep 4, 2022. It is now read-only.

Commit 7f514b5

Browse files
authored
Add SVG to CSS Base64 background-image tool to CSS resources.
This is a quick web tool that will convert your SVG code to CSS background-image compatible Base64 image.
1 parent e429e17 commit 7f514b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/css.json

+6
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@
139139
"desc": "This CSS clip-path maker helps you understand the clip-path property and all the cool things you can do with it.",
140140
"url": "https://bennettfeely.com/clippy/",
141141
"tags": ["interactive", "visual", "shapes"]
142+
},
143+
{
144+
"title": "SVG to CSS Base64 background-image",
145+
"desc": "This tool will convert your SVG code to CSS background-image compatible Base64 image.",
146+
"url": "https://yoksel.github.io/url-encoder/",
147+
"tags": ["convert", "generator", "icons"]
142148
}
143149
]
144150
}

0 commit comments

Comments
 (0)