This commit is contained in:
parent
199c85a262
commit
6af6c3ea79
16 changed files with 216 additions and 500 deletions
18
global.d.ts
vendored
18
global.d.ts
vendored
|
|
@ -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 { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue