JSPM

@dead404code/lightbulbcss

v1.0.0Stable
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q30127F
  • License MIT

Just a simple JavaScript library for generating random CSS properties, ideal for random lightbulb flickers.

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