@mdcrty/paint 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  A zero-dependency React canvas paint component with built-in brush, eraser, and bucket fill tools.
4
4
 
5
+ ## Demo
6
+
7
+ [mediocrity.media/draw](https://mediocrity.media/draw/)
8
+
5
9
  ---
6
10
 
7
11
  ## Features
@@ -169,5 +173,6 @@ MIT © mdcrty
169
173
 
170
174
  ## Links
171
175
 
176
+ - Demo: https://mediocrity.media/draw/
172
177
  - GitHub: https://github.com/mdcrty/mdcrty-packages
173
178
  - npm: https://www.npmjs.com/package/@mdcrty/paint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdcrty/paint",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A zero-dependency React canvas paint component with customisable controls.",
5
5
  "keywords": [
6
6
  "react",