topninja

Results 6 issues of topninja

Hi I am facing some issue. reproduce step: - I embed svg by makeIdsUnique : false so svg file embeded correctly without id change. - reload browser, then id changed...

this is for #151 #120 add erase all button on menu

Hello team. I added logger in many places of my project And sometimes logger has error logs. ``` const pino = require('pino'); const path = require('path'); const logger = pino({...

I want to call react's event from vue component I tried like this https://github.com/akxcv/vuera/issues/54 but not work. - In React console.log(e)}}> - In vue component mounted() { this.$emit('loading', 123) }...