console.save

A simple way to save objects as .json files or to save blobs as files from the console.

Mint 2020.08.18.. Lásd a legutóbbi verzió

Fejlesztő
Frederick Wang
Értékelések
0 0 0
Verzió
0.2.0
Létrehozva
2018.09.01.
Frissítve
2020.08.18.
Size
1 KB
Licensz
Ismeretlen
Érvényes
Minden oldal

console-save.js

A simple way to save objects as .json files or to save blobs as files from the console.

Usage

console.save(data, filename)

Data can be a string or just an object, objects are passed through json.stringify() before writing to file.

In addition, data also can be a blob.

Licence

MIT