0.0.0 • Published 3 years ago

darkamoled v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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>