p5.js Data Complete Reference
In the p5.js Data, URL string containing either image data and the text contents of the file or a parsed object if the file is JSON and p5.XML if XML.
Local Storage
- p5.js storeItem() Function
- p5.js getItem() Function
- p5.js clearStorage() Function
- p5.js removeItem() Function
Dictionary
- p5.js createStringDict() Function
- p5.js createNumberDict() Function
- p5.TypedDict:
- p5.NumberDict:
Array Functions
- p5.js append() function
- p5.js arrayCopy() function
- p5.js concat() function
- p5.js reverse() function
- p5.js shorten() function
- p5.js shuffle() function
- p5.js sort() function
- p5.js splice() function
- p5.js subset() function
Conversion
- p5.js float() function
- p5.js int() function
- p5.js str() function
- p5.js boolean() function
- b5.js byte() function
- p5.js char() function
- p5.js unchar() function
- p5.js hex() function
- p5.js unhex() function
Please Login to comment...