Skip to content

Commit 249d6ad

Browse files
committed
Got rid of folder from faulty package.json on the top-level dir and updated readme
1 parent 4c256ef commit 249d6ad

File tree

6 files changed

+6
-674
lines changed

6 files changed

+6
-674
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A web application that will allow you to visualize [MMKV](https://github.com/Tencent/MMKV) databases, with all processing done client-side.
33
The [web service](https://www.mmkv-visualizer.com/) utilizes [Pyodide](https://pyodide.org/en/stable/) which enables a python
44
runtime within the browser, in which the main MMKV parsing code is written in.
5-
It sends no data up to any server and all the parsing happens right in your browser.
5+
*It sends no data up to any server and all the parsing happens right in your browser.*
66

77
## Usage
88

@@ -12,8 +12,11 @@ There are three ways you can use the following code:
1212

1313
The main way is to utilize the online web service provided at https://www.mmkv-visualizer.com/.
1414
You can simply drag & drop or choose an MMKV of your choice, then visualize the data.
15-
The visualizer allows you to iterate through different data type encodings (MMKV uses protobuf encoding)
16-
by simply clicking any table cell, as well as expand the data to get a deeper look.
15+
The visualizer allows you to iterate through different data type encodings, including strings,
16+
bytes, NSCodings, and more.
17+
You can iterate the type by simply clicking a table cell, as well as expand the data to get a deeper look.
18+
19+
See below for more information on decryption capabilities.
1720

1821
2. Local Web Application:
1922

node_modules/.package-lock.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

node_modules/carbon-icons-svelte/CHANGELOG.md

Lines changed: 0 additions & 298 deletions
This file was deleted.

0 commit comments

Comments
 (0)