darkamoled
v0.0.0
Published
Turn the lamps off, Relax in the darkness.
Downloads
2
Maintainers
Readme
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.
npm install darkamoled --save
Add this code to your page
<script src="node_modules/darkamoled/darkamoled.js"></script>
<script>
DarkAmoled();
</script>
Or this:
<script src="https://cdn.jsdelivr.net/npm/darkamoled"></script>
<script>
DarkAmoled();
</script>