Daniel Staver
Daniel Staver
``` Could not find a declaration file for module 'froebel/forward'. '/Users/daniel/testproject/node_modules/froebel/forward.mjs' implicitly has an 'any' type. There are types at '/Users/daniel/testproject/node_modules/froebel/forward.d.ts', but this result could not be resolved when respecting...
Using imagemagick on command line: `convert -flatten -thumbnail 64x64 klikk.ico klikk.png` Using imagemagick native: `fs.writeFileSync('klikk.png', im.convert({ srcData: fs.readFileSync('klikk.ico'), srcFormat: 'ICO', format: 'PNG', width: 64, height: 64, quality: 100 }));` When...