Open
Description
Re https://opensource.contentauthenticity.org/docs/js-sdk/getting-started/overview
- DONE
State up front "What you should already know" – i.e. what background we assume the reader has: TypeScript, Web Components, modern JS/ES, and one or more of the libs, React, Vue, Angular, etc. What else? We're making a lot of assumptions about what the reader knows but not stating them. - Says "The processing code of this library uses a high-performance WebAssembly binary." Where is this binary? How is it invoked? Could use some more explanation. Is the Wasm code open source?
Quickstart
- Quickstart shows how to"bring in the library" but then leaves you hanging. Should at least have "Next steps" but better a short tutorial on the top 3 things we expect ppl to do, even if just links to "Guides".
Need to give a very brief intro to code sandboxes, e.g. link to https://codesandbox.io/ in case the reader is not familiarCode sandbox just says "Please view the console". Is that the intended result or an error?
Code sandboxes are no longer shown by default, so the last two items have been OBE.