Walker

Results 1 issues of Walker

My code: ` import PSD from 'psd.js/dist/psd.min' PSD.fromURL("../public/pea.psd") .then((psd) => { console.log("psd", psd) }) .catch((err) => { console.log("err", err) }) ` But I have got an error, how can I...