@jswork/next-filesize
v1.0.3
Published
Get filesize based on filesize lib.
Downloads
4
Readme
next-filesize
Get filesize based on filesize lib.
installation
npm install -S @jswork/next-filesize
usage
import '@jswork/next-filesize';
nx.filesize('/page/testfile.js', { bits: true });
// { size: 421, sizeOf: '3.29Kb' }
resources
- https://github.com/avoidwork/filesize.js
- https://stackoverflow.com/questions/42363140/how-to-find-the-size-of-the-file-in-node-js
license
Code released under the MIT license.