Skip to content

v0.0.3

Latest

Choose a tag to compare

@fiahfy fiahfy released this 26 Jul 15:22
· 20 commits to master since this release

Breaking Changes

  • Change the option for ICNS
    // before
    const encoded = encode(buffer, { icns: true })
    // after
    const encoded = encode(buffer, { format: 'icns' })