@htmlbricks/hb-stylus-paper 0.66.26 → 0.67.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.
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +3 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1119,7 +1119,8 @@
|
|
|
1119
1119
|
}
|
|
1120
1120
|
}
|
|
1121
1121
|
],
|
|
1122
|
-
"iifeIntegrity": "sha384-
|
|
1122
|
+
"iifeIntegrity": "sha384-0HW/1ogbz6an6tlFskwwMU9frhceW1+axhVruz9IuUCM8fRARumL4QvDDQhsrVvZ",
|
|
1123
|
+
"dependencies": [],
|
|
1123
1124
|
"screenshots": [],
|
|
1124
1125
|
"licenses": [
|
|
1125
1126
|
{
|
|
@@ -1141,5 +1142,5 @@
|
|
|
1141
1142
|
},
|
|
1142
1143
|
"iifePath": "main.iife.js",
|
|
1143
1144
|
"repoName": "@htmlbricks/hb-stylus-paper",
|
|
1144
|
-
"version": "0.
|
|
1145
|
+
"version": "0.67.0"
|
|
1145
1146
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-stylus-paper",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.67.0",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Freehand drawing surface with modes (`draw`, `eraser`, `select`), brush `options`, `background_color` / `pen_color` / `pen_opacity`, and optional `load_draw`, `insert_image`, or `insert_text`. Supports `save_as`, `size`, `view`, `goto`, and events for strokes, selection, history, save, and asset load.",
|
|
6
6
|
"licenses": [
|