scratch-reveal 1.0.0-dev.1 → 1.0.0

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,6 +60,7 @@ app.mount('#app');
60
60
  </div>
61
61
  ```
62
62
  — If `width`/`height` attributes are omitted, the component will observe its own size and resize the canvas accordingly.
63
+
63
64
  <br>
64
65
 
65
66
  ➠ **Events**
@@ -74,6 +75,7 @@ el.addEventListener('complete', () => {
74
75
  ```
75
76
  — `progress` (detail: `{ percent: number }`)
76
77
  — `complete` (detail: `{ percent: 100 }`)
78
+
77
79
  <br>
78
80
 
79
81
  ➠ **Attributes**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-reveal",
3
- "version": "1.0.0-dev.1",
3
+ "version": "1.0.0",
4
4
  "description": "Scratch & reveal Web Component: mask + background with brush-only reveal, Vue-friendly, shadow-styled.",
5
5
  "author": "ux-ui.pro",
6
6
  "license": "MIT",