1
0
mirror of synced 2025-12-10 00:17:58 +08:00

Doc: Readme

This commit is contained in:
surunzi
2018-02-02 22:23:42 +08:00
parent 0e1c5af3e3
commit 8c67a9f30b
2 changed files with 3 additions and 8 deletions

View File

@@ -74,7 +74,7 @@ It's also available on [jsDelivr](http://www.jsdelivr.com/projects/eruda) and [c
<script>eruda.init();</script>
```
The JavaScript file size is quite huge(about 90kb gzipped) and therefore not suitable to include in mobile pages. It's recommended to make sure eruda is loaded only when eruda is set to true on url(http://example.com/?eruda=true), for example:
The JavaScript file size is quite huge(about 100kb gzipped) and therefore not suitable to include in mobile pages. It's recommended to make sure eruda is loaded only when eruda is set to true on url(http://example.com/?eruda=true), for example:
```javascript
;(function () {
@@ -118,8 +118,3 @@ When writing plugins, you can use utilities exposed by Eruda, see [docs](doc/UTI
## Contribution
Read [Contributing Guide](doc/CONTRIBUTING.md) for development setup instructions.
## Related Projects
* [eustia](https://github.com/liriliri/eustia): Generator of eruda's utility library.
* [freego](https://github.com/surunzi/freego): Http redirect proxy injecting eruda on every page.