UNPKG

album-viewer

Version:

The `album-viewer` web component fetches and displays albums from a specified [Bandcamp](https://bandcamp.com) artist

3 lines (2 loc) 144 B
declare const BANDCAMP_URL: (type: string, id: string, size?: string, bgColor?: string, linkColor?: string) => string; export { BANDCAMP_URL };