You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.0.0: Changed API to be less bad lmao.
I changed the BeeMovie() APIs to make more sense. Instead of something
like BeeMovie(), the function is Script(). I also moved the script
outside the main.ts file into an external beemovie.json file. You can
load a JSON file as a module into TypeScript so it's good. I also added
explanations for the functions into README.md and I also added examples
for the Version() function.
Changelog:
- Changed BeeMovie() type APIs to be the name of the action the
function is doing
- Moved the script outside the main.ts file and into
beemovie.json
- Added an explanation for the functions into README.md and
added examples for the Version() function into README.md