Skip to content

Commit

Permalink
FileSaver
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjie committed Jun 28, 2023
1 parent 3d4db2f commit 2cc7e6e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ format several JSON documents in one window, depends to your screen width, up to

## Thanks
1. [Bootstrap](https://github.com/twbs/bootstrap)
2. [ace](https://github.com/ajaxorg/ace)
3. [jsoneditor](https://github.com/josdejong/jsoneditor)
4. [FileSaver.js](https://github.com/eligrey/FileSaver.js)
5. [toastr](https://github.com/CodeSeven/toastr)
2. [jsoneditor](https://github.com/josdejong/jsoneditor)
3. [FileSaver.js](https://github.com/eligrey/FileSaver.js)
4. [toastr](https://github.com/CodeSeven/toastr)

## License
See [LICENSE](LICENSE) for more details.
7 changes: 3 additions & 4 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@

## 鸣谢
1. [Bootstrap](https://github.com/twbs/bootstrap)
2. [ace](https://github.com/ajaxorg/ace)
3. [jsoneditor](https://github.com/josdejong/jsoneditor)
4. [FileSaver.js](https://github.com/eligrey/FileSaver.js)
5. [toastr](https://github.com/CodeSeven/toastr)
2. [jsoneditor](https://github.com/josdejong/jsoneditor)
3. [FileSaver.js](https://github.com/eligrey/FileSaver.js)
4. [toastr](https://github.com/CodeSeven/toastr)

## 软件许可
[点击查看](LICENSE)
Expand Down
5 changes: 3 additions & 2 deletions src/js/FileSaver.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/js/samplejson.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ var samplejson = [
"project": "Bootstrap",
"github": "https://github.com/twbs/bootstrap"
},
{
"project": "ace",
"github": "https://github.com/ajaxorg/ace"
},
{
"project": "jsoneditor",
"github": "https://github.com/josdejong/jsoneditor"
Expand Down

0 comments on commit 2cc7e6e

Please sign in to comment.