oasis-editor 0.0.110 → 0.0.111

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.
@@ -1,3 +1,7 @@
1
+ /** Canvas `setLineDash` pattern for dashed borders (dash length, gap length). */
2
+ export declare const CANVAS_DASH_DASHED: [number, number];
3
+ /** Canvas `setLineDash` pattern for dotted borders (dash length, gap length). */
4
+ export declare const CANVAS_DASH_DOTTED: [number, number];
1
5
  export interface CanvasBorderEdge {
2
6
  width: number;
3
7
  color: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oasis-editor",
3
- "version": "0.0.110",
3
+ "version": "0.0.111",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",