We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0842a80 commit e6c7c30Copy full SHA for e6c7c30
README.md
@@ -103,7 +103,8 @@ This will save the current canvas content to a base64 data string before perform
103
This project includes a simple example that demonstrates a responsive sketch pad. To build the example:
104
105
```shell
106
-cd example && npm run build
+npm install
107
+cd example && npm install && npm run build
108
```
109
110
Then open `example/index.html` in a browser of your choice.
0 commit comments