UNPKG

beatprints.js

Version:

A Node.js version of the original Python BeatPrints project (https://github.com/TrueMyst/BeatPrints/) by TrueMyst. Create eye-catching, Pinterest-style music posters effortlessly. BeatPrints integrates with Spotify and LRClib API to help you design custom

9 lines (8 loc) 280 B
export * as consts from './constants.js'; export * as errors from './errors.js'; export * as image from './image.js'; export * from './lyrics.js'; export * from './poster.js'; export * from './spotify.js'; export * as utils from './utils.js'; export * as write from './write.js';