Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BCsabaEngine committed Aug 18, 2024
1 parent e6535e1 commit 6369a51
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,11 @@ npx svelteesp32 -e async -s ../svelteapp/dist -o ../esp32project/svelteesp32.h -
During the **translation process**, the processed file details are visible, and at the end, the result shows the ESP's memory allocation (gzip size)

```
[assets/index-KwubEIf-.js]
✓ gzip used (38850 -> 12547)
[assets/index-Soe6cpLA.css]
✓ gzip used (32494 -> 5368)
[favicon.png]
x gzip unused (33249 -> 33282)
[index.html]
✓ gzip used (472 -> 308)
[roboto_regular.json]
✓ gzip used (363757 -> 93567)
[assets/index-KwubEIf-.js] ✓ gzip used (38850 -> 12547)
[assets/index-Soe6cpLA.css] ✓ gzip used (32494 -> 5368)
[favicon.png] x gzip unused (33249 -> 33282)
[index.html] ✓ gzip used (472 -> 308)
[roboto_regular.json] ✓ gzip used (363757 -> 93567)
5 files, 458kB original size, 142kB gzip size
../../../Arduino/EspSvelte/svelteesp32.h 842kB size
Expand Down

0 comments on commit 6369a51

Please sign in to comment.