···11+# charasort
22+A web based character sorter. Allows users to run through a manual merge sort of their favorite
33+characters from a set
44+55+**Features**
66+ * Entirely client side, no backend server required.
77+ * Filtering out characters based on JSON based filters.
88+ * Shareable links of sorter results.
99+ * Versioning of sorter data - you may want to add characters and resources over time. Versioning keeps
1010+ shareable links valid even if the base character data is changed.
1111+1212+The version in this repo is built for characters from the [Touhou Project](https://en.wikipedia.org/wiki/Touhou_Project)
1313+game series, but the sorter can be easily edited to create any custom sorter desired.
1414+1515+## Creating your own Sorter
1616+TODO(execfera): Document
1717+1818+## Known Issues
1919+2020+* Does not work with CloudFlare's Rocket Loader.