@tldraw/primitives
Advanced tools
Comparing version 0.1.0-alpha.8 to 0.1.0-alpha.9
@@ -21,3 +21,4 @@ "use strict"; | ||
__reExport(freehand_exports, require("./getStrokePoints"), module.exports); | ||
__reExport(freehand_exports, require("./setStrokePointRadii"), module.exports); | ||
__reExport(freehand_exports, require("./types"), module.exports); | ||
//# sourceMappingURL=index.js.map |
export * from "./getStroke"; | ||
export * from "./getStrokeOutlinePoints"; | ||
export * from "./getStrokePoints"; | ||
export * from "./setStrokePointRadii"; | ||
export * from "./types"; | ||
//# sourceMappingURL=index.js.map |
@@ -873,2 +873,5 @@ import { Box2dModel } from '@tldraw/tlschema'; | ||
/** @public */ | ||
export declare function setStrokePointRadii(strokePoints: StrokePoint[], options: StrokeOptions): StrokePoint[]; | ||
/** | ||
@@ -875,0 +878,0 @@ * Get the short angle distance between two angles. |
@@ -5,3 +5,3 @@ { | ||
"description": "A tiny little drawing app (primitives).", | ||
"version": "0.1.0-alpha.8", | ||
"version": "0.1.0-alpha.9", | ||
"author": "tldraw GB Ltd.", | ||
@@ -32,3 +32,3 @@ "homepage": "https://tldraw.dev", | ||
"dependencies": { | ||
"@tldraw/tlschema": "0.1.0-alpha.8" | ||
"@tldraw/tlschema": "0.1.0-alpha.9" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
534204
6705
+ Added@tldraw/tlschema@0.1.0-alpha.9(transitive)
+ Added@tldraw/tlstore@0.1.0-alpha.9(transitive)
+ Added@tldraw/tlvalidate@0.1.0-alpha.9(transitive)
+ Added@tldraw/utils@0.1.0-alpha.9(transitive)
- Removed@tldraw/tlschema@0.1.0-alpha.8(transitive)
- Removed@tldraw/tlstore@0.1.0-alpha.8(transitive)
- Removed@tldraw/tlvalidate@0.1.0-alpha.8(transitive)
- Removed@tldraw/utils@0.1.0-alpha.8(transitive)