Add shared types and client core packages

The wire contract every client codes against, plus the annotation engine,
canvas renderer and connection policy shared by both clients.
This commit is contained in:
2026-08-09 17:08:55 -04:00
parent 1e75e0f07f
commit bad511657e
23 changed files with 1701 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "@pistation/shared-types",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
}
}