local-storage-size
Calculates the size in bytes of all the items stored currently in local storage.
Installation
npm install local-storage-size --save
Usage
;const totalSizeInBytes = localStorageSize;console; // Approximately 19 KB currently stored in local storage.