We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d38b83 commit 53cf943Copy full SHA for 53cf943
README.md
@@ -1,3 +1,5 @@
1
# img2css
2
3
-Convert any image to pure css.
+Convert any image to pure css.
4
+
5
+[See and example](http://javier.xyz/img2css/)
index.html
@@ -2,11 +2,11 @@
<html>
<head>
<title>Css Pic</title>
- <link rel="stylesheet" href="/style/main.css">
+ <link rel="stylesheet" href="style/main.css">
6
</head>
7
<body>
8
<div id='root'>
9
</div>
10
- <script src="/static/bundle.js"></script>
+ <script src="static/bundle.js"></script>
11
</body>
12
</html>
0 commit comments