synyx / jest-canvas-snapshot-serializer

Jest snapshot serializer to generate comparable canvas snapshots
Apache License 2.0
9 stars 3 forks source link

canvas-prebuilt dependency should just be canvas #6

Open IPWright83 opened 3 years ago

IPWright83 commented 3 years ago

The Readme says to run:

npm install --save-dev canvas-prebuilt jest-canvas-snapshot-serializer

This should now just be:

npm install --save-dev canvas jest-canvas-snapshot-serializer