initial push
This commit is contained in:
parent
1494daaf68
commit
f641a29bd8
11 changed files with 703 additions and 11 deletions
12
global.d.ts
vendored
Normal file
12
global.d.ts
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue