We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e339447 commit ab6a56dCopy full SHA for ab6a56d
README.md
@@ -1,4 +1,5 @@
1
# Spiral Paint
2
+An experimental spiral painting mode for RoboPaint
3
4

5
package.json
@@ -1,6 +1,6 @@
{
"name": "robopaint-mode-spiral",
- "version": "0.2.0",
+ "version": "0.2.1",
"type": "robopaint_mode",
"main": "spiral.js",
6
"author": "techninja",
spiral.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
- <script type="text/javascript" src="spiral.js"></script>
+ <script>"Placeholder till atom/electron#3164 is resolved"</script>
<link rel="stylesheet" href="spiral.css">
7
</head>
8
<body>
0 commit comments