p5 working
This commit is contained in:
parent
02391633c5
commit
5cc101db40
7 changed files with 4319 additions and 1 deletions
5
frontend/global.d.ts
vendored
Normal file
5
frontend/global.d.ts
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// This file will add both p5 instanced and global intellisence
|
||||
import * as p5Global from 'p5/global'
|
||||
import module = require('p5');
|
||||
export = module;
|
||||
export as namespace p5;
|
||||
Loading…
Add table
Add a link
Reference in a new issue