Mauricio Blint
Mauricio Blint
Same problem here
Having the same issue here with Chrome for iOS, any workaround?
Hello, facing the same problem, no need to create a custom function, just use `createSimpleFileLogger` ``` const logger = require('simple-node-logger').createSimpleFileLogger('./logs/success.log'); const logger2 = require('simple-node-logger').createSimpleFileLogger('./logs/errors.log'); ```
+1 for this fix, it's working! @hats one question, is it possible to use directly en PNG with transparency to create the GIF, instead of calling the `encoder.setTransparent` function?