feat: add mask screen

This commit is contained in:
Yidadaa
2023-04-24 01:15:44 +08:00
parent 4aa25dd4bd
commit e25e994800
11 changed files with 315 additions and 35 deletions

3
app/masks.ts Normal file
View File

@@ -0,0 +1,3 @@
import { Mask } from "./store/mask";
export const BUILT_IN_MASKS: Mask[] = [];