Package Exports
- @dead404code/lightbulbcss
- @dead404code/lightbulbcss/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dead404code/lightbulbcss) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
lightbulb
Just a simple JavaScript library for generating random CSS properties, ideal for random lightbulb flickers.
How to install?
npm i @dead404code/lightbulbCSS@version
|| npm i git://github.com/DeadCodeGames/lightbulbCSS.git#versionTag
How to use?
I could not bother to actually make a module (I am dumb :3), so you cannot just import using require("@dead404code/lightbulbCSS")
or an import
statement. Instead, just include it in your HTML, like <script src="node_modules/@dead404code/lightbulbCSS/index.js">
, and that should work.
Credits
This random thing was made by @RichardKanshen