lastfm.ts

const LastFM = () => ({
  dependsOn: [
    { src: "/components/LastFM/getCurrentTrack.js", type: "module" },
    { src: "/components/LastFM/lastfm.css" },
  ],
  body: ["div", { class: "lastfm-now-playing-box" }],
});

export default LastFM;
Revisions
DateHash
2024-04-13
2024-04-12
2024-04-12
2024-03-31
2024-03-31
Navigation
PreviousgetCurrentTrack.ts
UpLastFM