update readme

This commit is contained in:
Percs 2024-06-26 00:05:53 -05:00
parent 2f4c0b4d43
commit 94ec83a030

View file

@ -18,6 +18,4 @@ Running `pnpm dev` will build Scramjet and start a dev server on localhost:1337.
- Finish JS rewriting
- Only thing rewritten currently are imports and exports
- Check imports/exports for values contained in the `importmap` array, don't rewrite the node value if present
- Fix CSS rewriting
- CSS rewriting only rewrites the `url()` function, but `@import` rules can import urls using just a string: https://developer.mozilla.org/en-US/docs/Web/CSS/@import
- Write client APIs