|
|
|
|
|
by waltbosz
322 days ago
|
|
The website says it runs locally. In browser JavaScript , you can import a file from local file system to JavaScript's local scope without sending it to a server. I'm guessing that's how this app works. If you want to know for sure, open your browser's dev tools, switch to the network tab, import a file and watch to see if a network request is made. |
|