Skip to content

Commit 0073e05

Browse files
Ben SolumBen Solum
authored andcommitted
Version 0.0.3
1 parent 7a72d7a commit 0073e05

File tree

7 files changed

+119
-48
lines changed

7 files changed

+119
-48
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
#SweatMap
2+
Take in a series of UTF-8 strings and map them to UTF-8 strings that are as small as possible while still being unique.
23

3-
SweatMap takes a series of UTF-8 strings in and gives you an UTF-8 string out that's as small as possible while still being unique. This is great for obfuscating identifiers in files
4+
###Why?
5+
The motivation behind SweatMap was to take semantic CSS Identifiers (e.g. for selectors) and make them as small as possible at build time. With new tools that can take advantage of CSS Modules all we needed was something to map our current class names to something smaller.
6+
7+
##Installation
8+
Coming soon.
9+
10+
##How to use
11+
Coming soon, but source is pretty simple to read.

browser/sweatmap-0.0.2.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)