summaryrefslogtreecommitdiff
path: root/mod.ts
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-04-18 17:27:52 +0300
committerAsko Nõmm <asko@nmm.ee>2025-04-18 17:27:52 +0300
commitbb69fecdae40f617b9b75b1f204b78151e6ceb54 (patch)
treeaa9f4cb874e6d3a95f0be67e56e7b7ff67619878 /mod.ts
parent1da1d5eb9d33db6cc0b59c1259888046aa0c3752 (diff)
Add JSR support
Diffstat (limited to 'mod.ts')
-rw-r--r--mod.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod.ts b/mod.ts
new file mode 100644
index 0000000..11c87dd
--- /dev/null
+++ b/mod.ts
@@ -0,0 +1,3 @@
+import ShapeX from "./src/shapex.ts";
+
+export default ShapeX;