Skip to content

Commit 73e8b0b

Browse files
authored
Merge pull request #7616 from limzykenneth/dev-2.0
[p5.js 2.0] Remove typed dict and array functions
2 parents 01c5365 + 89d647f commit 73e8b0b

File tree

9 files changed

+99
-1953
lines changed

9 files changed

+99
-1953
lines changed

src/core/preload.js

Lines changed: 0 additions & 250 deletions
This file was deleted.

src/data/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import storage from './local_storage.js';
2-
import typedDict from './p5.TypedDict.js';
32

43
export default function(p5){
54
p5.registerAddon(storage);
6-
p5.registerAddon(typedDict);
75
}

0 commit comments

Comments
 (0)