post init

This commit is contained in:
2023-10-26 01:14:35 -06:00
parent 95afbf9bd3
commit 65a34f960c
3 changed files with 96 additions and 61 deletions

1
postInit.ts Normal file
View File

@@ -0,0 +1 @@
export type postInit = (ctx: CanvasRenderingContext2D) => void;