diff --git a/README.md b/README.md index ba7e215..5c36c17 100644 --- a/README.md +++ b/README.md @@ -29,23 +29,6 @@ - (Will be tested more definitively with browserstack at some point) - source styles use CSS Nesting which is explicitly processed out for compatibility - Experimental ESM version included `biscuitman.mjs` (see [ESM demo](https://replete.github.io/biscuitman/index-esm.html)) -```html - - -``` - Preliminary e2e tests: ![tests](https://github.com/replete/biscuitman/actions/workflows/node.js.yml/badge.svg) @@ -136,12 +119,34 @@ While you have the option to enable or disable some or all of these cookies, not --> - - + + + + + + +``` + +## Experimental ESM version - - +I've included an ESM version as an alternative packaging format. Longterm it's better to not have two versions, so this may or not become the main version. Consider it an alternate packaging format at this point. +```html + + ``` ## Theme CSS @@ -238,7 +243,6 @@ This isn't a problem for testing the UI, but is a problem for the tests running Visiting `https://localhost:3000` should now work without warnings. - ### Building `npm run build` - creates project distributes via `run.js` a custom build script requiring `Node v20` @@ -249,6 +253,8 @@ Jest is set up with puppeteer to run some integration tests. We're using `@swc/j `npm run coverage` - run jest tests with coverage saved to `/coverage/` +This project is tested with BrowserStack. + ## Support development