From 1d9870e70611e44708db5f1a0a7e000430aa8bff Mon Sep 17 00:00:00 2001 From: Avad3 <65318266+Avad3@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:20:43 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5766843..c659ae0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ The UI is not finalized and only used as a means to test the web proxy. ## How to build Running `pnpm dev` will build Scramjet and start a dev server on localhost:1337. If you only want to build the proxy without using the dev server, run `pnpm build`. -TODO + + +## TODO - Finish HTML rewriting - `` rewriting - Make an array of all possible import values and pass the array onto the JS rewriter, then rewrite all the URLs inside of it @@ -18,4 +20,4 @@ TODO - 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 \ No newline at end of file +- Write client APIs