Closed brianignacio5 closed 1 year ago
@balloob Could you also take a look here ?
Do we need to do anything for GitHub pages to be published correctly? (Looks like the index has been moved.)
You could try this merged in my fork https://brianignacio5.github.io/esptool-js/
@igrr @balloob @adwait-esp
This PR is to relocate the example code to
examples
directory.Fix #77
This package has different releases source code:
bundle.js
which can be used in CDNslib/index.js
which can be used for Javascript projectslib/index.ts
which can be used in Typescript projects.Basic API usage in README.md should be the same for former cases.
Please let me know your feedback about examples here. Maybe we can improve or make better minimal cases.