├── src
├── vite-env.d.ts
├── main.ts
├── App.vue
├── assets
│ └── vue.svg
├── style.css
├── SimpleDemo.vue
├── DrawStampUtilsDemo.vue
└── DrawStampUtils.ts
├── public
├── seal.png
├── designer.png
└── vite.svg
├── tsconfig.json
├── vite.config.ts
├── index.html
├── .gitignore
├── tsconfig.node.json
├── tsconfig.app.json
├── package.json
└── README.md
/src/vite-env.d.ts:
--------------------------------------------------------------------------------
1 | ///