JSPM

  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q76568F
  • License MIT

The thinnest possible layer between development and production for the modern web.

Package Exports

  • bruh/dom
  • bruh/dom/html
  • bruh/dom/meta-node
  • bruh/dom/svg
  • bruh/media/images
  • bruh/util
  • bruh/util/iterable/async
  • bruh/util/iterable/sync

Readme

Bruh

The thinnest possible layer between development and production for the modern web.

MIT License NPM Version Github Discussions


What's This?

Bruh is an attempt to make it easier to target modern browser API's in development directly. There should be as few neccessary indirections as possible between what is written and what is run. But at the same time, the development cycle and production outputs should be tailored on an individual project level.

This is not a framework. It is a utilities library made exclusively for developers who know what they are doing - a group which you might fit into.

How do I Get It?

npm install bruh

Where is the documentation?

Right here