mapbox / pixelmatch

The smallest, simplest and fastest JavaScript pixel-level image comparison library
ISC License
6.1k stars 304 forks source link

install in browser not work #130

Closed Jumbo125 closed 1 year ago

Jumbo125 commented 1 year ago

Sorry to bother you again

I can't install it for my brwoser if i embed

it didn't work. the path not exist

So i downlaod the last release and add this path

i only get a error massage:

const PNG = require('pngjs').PNG; ReferenceError: require is not defined

Jumbo125 commented 1 year ago

works, include index.js datei local and remove the module line

mourner commented 1 year ago

I should update the link in the readme — the new working one is https://cdn.jsdelivr.net/npm/pixelmatch@5.3.0

Jumbo125 commented 1 year ago

thank you