Electron Adventures: Episode 80: Svelte Unicodizer Package
In previous episode we created a Unicodizer app. Now it's time to package it!
Import
Let's try to follow the same steps, and use Electron Forge importer:
$ npm install --save-dev @electron-forge/cli
$ npx electron-forge import
That instantly causes ...
taw.hashnode.dev2 min read