Initial commit
This commit is contained in:
commit
ee229b60c7
29 changed files with 8074 additions and 0 deletions
11
env.d.ts
vendored
Normal file
11
env.d.ts
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
/// <reference types="vite/client" />
|
||||
|
||||
declare module "*&imagetools" {
|
||||
/**
|
||||
* actual types
|
||||
* - code https://github.com/JonasKruckenberg/imagetools/blob/main/packages/core/src/output-formats.ts
|
||||
* - docs https://github.com/JonasKruckenberg/imagetools/blob/main/docs/guide/getting-started.md#metadata
|
||||
*/
|
||||
const out;
|
||||
export default out;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue