UNPKG

boxvault

Version:

A lightweight JavaScript library for managing and enhancing browser local storage, offering an abstraction layer for more efficient storage handling across modern browsers.

11 lines 295 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>BoxVault Library</title> </head> <body style="background-color: darkslategray;"> <script src="./dist/index.js"></script> </body> </html>