added Vue
This commit is contained in:
parent
d93a5fd6a1
commit
10508ded4b
37 changed files with 15941 additions and 2884 deletions
4
frontend/game/global.d.ts
vendored
Normal file
4
frontend/game/global.d.ts
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// This file will add both p5 instanced and global intellisense
|
||||
import module = require('p5');
|
||||
export = module;
|
||||
export as namespace p5;
|
||||
Loading…
Add table
Add a link
Reference in a new issue