Hi Glitch, so I’m working on a SVG Player to replay hand written notes chronologically. It’s working relatively well. Unfortunately most of the hardware have no API but does provide exporting via email. To bypass that I registered an email (svgplayer@gmx.com
) that would receive all SVGs and send them to an endpoint. This would then allow the player to embbed them via URL (already working).
Unfortunately when I try to use node-imap on Glitch I get Error: Cannot find module 'imap'
preventing me to go further. I did try enable-npm
but so far no suggest.
What can I try next?