We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ded088 commit 2a464edCopy full SHA for 2a464ed
README.md
@@ -4,9 +4,11 @@
4
[](https://github.com/standard/standard)
5
6
* +: no depencies
7
-* +: small size, SuperModel.min.js is ~4kb uncompressed
+* +: small size, SuperModel.min.js is ~4.5kb uncompressed
8
* -: only works in environments supporting Proxy
9
10
+you can install from npm: ``npm install --save super-model-js``
11
+
12
### API
13
* ``SuperModel( data = {}, emitter = SuperModel.emitter(), store = new Map() )`` - create a new model
14
* ``.on(type, func)``, ``.once(type, func)``- model event listener
0 commit comments