utilsac
utilsac copied to clipboard
(typeCast) make a GUI I want to have X from Z
To solve this issue at least those sub-tasks have to be done
- Add all missing typecasting in typeCast.js (eg. stringFromArray, mapFromObject, setFromArray, etc)
- Design the look of what the GUI could look like
- Implement the GUI
I just created a PR that addresses the first bullet point. Are there any more typeCast.js functions that are desired.
What is the intent of this GUI? I am confused about that part of the issue. Is this some sort of webpage that uses these functions?
Thanks, I still need to figure out what I want, I am in the middle of another project now I will come back later. My idea was to have a GUI where you do
I want [select type] from [select type]
on the left
and the implementation and/or import code is displayed on the right
- arrayFromTypedArray
- stringFromTypedArray
- blobFromArrayBuffer,
- blobFromTypedArray,
- blobFromString