Sai K K

Results 3 issues of Sai K K

Add a script in `package.json` to delete/clean build files. ``` json "scripts": { "build:clean": "cross-env-shell BUILD_TARGET=clean node .electron-nuxt/index.js", } ```

enhancement ✨

Hello, Can you please update License for usage?

## Current Implementation Download base64 files with offset synchronously. ## Proposed Implementation Calculate offset index points of a target file and download each offset using Multi-process/threads.