Skip to content

Commit

Permalink
feat: ✨ update
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Jul 3, 2020
1 parent f8384c6 commit 3a0514e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# xBRZ javascript
# JavaScript 中的 xBRZ 算法实现

see [will-wyx/xbrz](https://github.com/will-wyx/xbrz)
high quality image upscaling filter by Zenju

![npm](https://img.shields.io/npm/v/@d2-projects/xbrz)

在包管理器中使用

``` sh
npm i @d2-projects/xbrz
```

在浏览器中使用

``` html
<script src="https://cdn.jsdelivr.net/npm/@d2-projects/xbrz/dist/xbrz.js"></script>
```

## 算法实现

* [xbrz](https://sourceforge.net/projects/xbrz/)
* [xbrz-in-java](https://intrepidis.blogspot.com/2014/02/xbrz-in-java.html)
* [will-wyx/xbrz](https://github.com/will-wyx/xbrz)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@d2-projects/xbrz",
"version": "1.1.0",
"description": "xBRZ javascript 实现",
"description": "JavaScript 中的 xBRZ 算法实现",
"main": "dist/xbrz.js",
"module": "src/index.js",
"files": [
Expand Down

0 comments on commit 3a0514e

Please sign in to comment.