File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 55
66EmailMinifier is a well-tested email minifier based on TypeScript for browser and Node.js
77
8- As a quick start, you can [ Try it online] ( https://luckrnx09.github.io/email-minifier/playground ) - NOT READY. Welcome to submit a PR 🚀
8+
9+
10+ https://github.com/luckrnx09/email-minifier/assets/113882203/2f2ad00e-73d8-437e-b357-7505b9d9e78a
11+
12+
13+ As a quick start, you can [ Try it online] ( https://luckrnx09.github.io/email-minifier ) 🚀
914
1015## Why not HTMLMinifier
1116
@@ -105,4 +110,4 @@ The following table shows the statistics in the Node.js environment
105110> The emails above are generated from [ unlayer] ( https://dashboard.unlayer.com ) .
106111
107112## License
108- See [ LICENSE] ( ./LICENSE )
113+ See [ LICENSE] ( ./LICENSE )
Original file line number Diff line number Diff line change 11{
22 "name" : " email-minifier" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "keywords" : [
55 " compress" ,
66 " compressor" ,
Original file line number Diff line number Diff line change 99 "preview" : " vite preview"
1010 },
1111 "dependencies" : {
12- "email-minifier" : " ^1.0.2 " ,
12+ "email-minifier" : " latest " ,
1313 "vue" : " ^3.3.11"
1414 },
1515 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments