UNPKG

darkamoled

Version:

Turn the lamps off, Relax in the darkness.

27 lines (23 loc) 675 B
# DarkAmoled 🌑 Turn the lamps off, Relax in the darkness. # NOTICE This package is still in beta and still in developments, Please notice that this release is unstable release & is not stable at all, Which means some function may not works very well. But i hope you enjoy it :^) # Installation This package can installed via [npm](https://npmjs.com/package/darkamoled). ```bash npm install darkamoled --save ``` Add this code to your page ```html <script src="node_modules/darkamoled/darkamoled.js"></script> <script> DarkAmoled(); </script> ``` Or this: ```html <script src="https://cdn.jsdelivr.net/npm/darkamoled"></script> <script> DarkAmoled(); </script> ```