console.save

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

اعتبارا من 18-08-2020. شاهد أحدث إصدار.

المؤلف
Frederick Wang
التقييمات
0 0 0
الإصدار
0.2.0
تم إنشاؤه
01-09-2018
تم تحديثه
18-08-2020
Size
1.22 KB
الترخيص
لا يوجد
ينطبق على
جميع المواقع

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