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
The readme mentions how to get started with Webamp in two situations: minimal, and with webpack.
As I mentioned on Discord, the example links are actually 404, so I'm not sure what they look like. But there's a tertiary option that might be mentioned: minimal, but with a <script type="module"> tag. In this case, you need to import() Webamp:
It might be worth mentioning this since it's otherwise not totally straightforward how to use the bundle file in an environment where a module is required.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The readme mentions how to get started with Webamp in two situations: minimal, and with webpack.
As I mentioned on Discord, the example links are actually 404, so I'm not sure what they look like. But there's a tertiary option that might be mentioned: minimal, but with a
<script type="module">
tag. In this case, you need toimport()
Webamp:It might be worth mentioning this since it's otherwise not totally straightforward how to use the bundle file in an environment where a module is required.
The text was updated successfully, but these errors were encountered: