Skip to content

Releases: unburn/musicard

1.3.4

29 Aug 06:22
Compare
Choose a tag to compare

Update

  • Now get outputs in png, jpeg, webp format using .setOutput("png")

Bug

  • Fixed an unsupported image, like WebP, now you can use it...

1.3.3

28 Aug 13:30
Compare
Choose a tag to compare

Bug

  • Fixed path location as it was giving file not found error.
- res/momcakebold.ttf
+ node_modules/musicard/res/momcakebold.ttf

1.3.2

27 Aug 14:06
Compare
Choose a tag to compare

Update

  • Removed setMode feature from musicard

Bugs

  • Fixed Unsupported image type error, and added default noimage.jpg

1.3.0

13 Aug 09:38
Compare
Choose a tag to compare

Changes

  • Added color fetch from thumbnail
.setColor("auto") // This will fetch color automatically form thumbnail
  • You can adjust brightness, if you are unsatisfied with auto color
.setBrightness(50)

1.2.1

12 Aug 16:43
Compare
Choose a tag to compare

Bug Fixed

  • Adjusted the progress bar & thumbnail.
  • Changed the background template.

1.2.0

12 Aug 16:18
Compare
Choose a tag to compare

Changes

  • Changed and rewrite all things.
  • Changed the size of the card and make it bigger.
  • Also changed the pause style.
  • Used lightweight assets to generate card fast.

1.0.0

01 Aug 04:21
0a44d41
Compare
Choose a tag to compare

Release

  • Published a new package for music bots, where you can create and customize music cards.
  • Go through the documentation here