Arun Michael Dsouza

Results 2 issues of Arun Michael Dsouza

I tried running the example shown in the readme file - ```javascript const notify = require('native-notifier'); notify({ app: 'Loggy', icon: `${__dirname}/icon.png`, message: 'TypeError: stack is shown', title: 'Loggy error' });...

bug

Is there a way to combine composite and rotate together ? I want to do something like this - `convert bg.png \( -background none -rotate 30 -geometry 140x140+120+88 design.png \)...