mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Update examples now that 2.0 is out
This commit is contained in:
parent
1dc8c15bbb
commit
d007dadd5a
5 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<!-- Webamp will attempt to center itself within this div -->
|
||||
</div>
|
||||
<script type="module">
|
||||
import Webamp from "https://unpkg.com/webamp@next";
|
||||
import Webamp from "https://unpkg.com/webamp@2.0.0";
|
||||
const webamp = new Webamp({
|
||||
initialTracks: [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
* Changelog since the version you have can be found here:
|
||||
* https://github.com/captbaritone/webamp/blob/master/packages/webamp/CHANGELOG.md
|
||||
*/
|
||||
import Webamp from "https://unpkg.com/webamp@next";
|
||||
import Webamp from "https://unpkg.com/webamp@2.0.0";
|
||||
|
||||
/**
|
||||
* Butterchurn is not being actively maintained, but it is still works
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<!-- Webamp will attempt to center itself within this div -->
|
||||
</div>
|
||||
<script type="module">
|
||||
import Webamp from "https://unpkg.com/webamp@next";
|
||||
import Webamp from "https://unpkg.com/webamp@2.0.0";
|
||||
const webamp = new Webamp({
|
||||
windowLayout: {
|
||||
main: {
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<!-- Webamp will attempt to center itself within this div -->
|
||||
</div>
|
||||
<script type="module">
|
||||
import Webamp from "https://unpkg.com/webamp@next";
|
||||
import Webamp from "https://unpkg.com/webamp@2.0.0";
|
||||
const webamp = new Webamp({
|
||||
// Optional. An array of objects representing skins.
|
||||
// These will appear in the "Options" menu under "Skins".
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<!-- Webamp will attempt to center itself within this div -->
|
||||
</div>
|
||||
<script type="module">
|
||||
import Webamp from "https://unpkg.com/webamp@next";
|
||||
import Webamp from "https://unpkg.com/webamp@2.0.0";
|
||||
const webamp = new Webamp({
|
||||
/**
|
||||
* Here we list three tracks. Note that the `metaData` fields and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue