♻️ switching to typescript
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
type PoolCanvas<T extends (OffscreenCanvas | HTMLCanvasElement)> = T & {
|
||||
export type PoolCanvas<T extends (OffscreenCanvas | HTMLCanvasElement)> = T & {
|
||||
acquire(): void
|
||||
release(): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user