1
0
mirror of synced 2025-12-10 16:38:16 +08:00

Dev: README

This commit is contained in:
surunzi
2016-07-12 14:57:21 +08:00
parent f2b53db69c
commit ef510b93f6

View File

@@ -53,10 +53,10 @@ Add this script to your page.
<script>eruda.init();</script>
```
It's also available on [jsDelivr](http://www.jsdelivr.com/?query=eruda).
It's also available on [jsDelivr](http://www.jsdelivr.com/projects/eruda).
```html
<script src="//cdn.jsdelivr.net/eruda/1.0.0/eruda.min.js"></script>
<script src="//cdn.jsdelivr.net/eruda/1.0.4/eruda.min.js"></script>
<script>eruda.init();</script>
```
@@ -102,6 +102,11 @@ source code of plugins below to learn how to write your own custom tool panels.
> When writing plugins, you can use utilities exposed by Eruda, see
[docs](https://github.com/liriliri/eruda/blob/master/docs/Util_Api.md) here.
## 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.
## License
Eruda is released under the MIT license. Please see