0.0.1 • Published 5 years ago

ppicture v0.0.1

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
5 years ago

ppicture - Profile pictures downloader (WIP)

This is Work in Progress.

Development

Installation

npm i

Build

npm run build

Babel compilation

We can run Babel on its own like this:

npx babel src --out-dir <folder>

Please note that it is normally not necessary to run Babel like this, as Babel compilation is a part of the Webpack build.