new website design
All checks were successful
/ test (push) Successful in 12s

This commit is contained in:
Soph :3 2024-07-23 22:53:15 +03:00
parent 199c85a262
commit 6af6c3ea79
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
16 changed files with 216 additions and 500 deletions

18
global.d.ts vendored
View file

@ -1,15 +1,5 @@
import P5 from "p5"
import * as p5Sound from 'p5/lib/addons/p5.sound'
import * as p5Global from 'p5/global'
export = P5;
export as namespace p5;
declare global {
interface Window {
p5: typeof P5,
setup: () => void,
preload: () => void,
draw: () => void
}
}
let __BLOG_POSTS__: string[]
let __STICKERS__: string[]
}
export { };