Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 21:54
· 38 commits to main since this release
83c46ac

💣 Breaking

  • Change dominant colour strategy #119

    Switched to using node-vibrant for finding dominant colours, rather than sharp’s built-in helper.

    The colors key of each image object is now an object with the following keys:

    • palette is an array of six hex colours (node-vibrant’s default output)
    • dominant is the colour from that array with the highest population

♻️ Changed

  • Update sharp to v0.30.7 #99