Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
w4096 committed Feb 10, 2018
1 parent a7c820f commit 0ddcfd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

学习《数字图像处理》课程时为了验证图像处理算法完成的一个基于 canvas 的数字图像处理库。

[查看demo](http://wy-ei.com/YI/)
[查看 demo](https://wy-ei.github.io/YI/)

## 使用方法

1. 引入 yi.js
1. 引入 YI

yi.js 采用了 UMD 的写法,因此你可以使用 AMD,CMD 或者直接用 JavaScript 标签包含的方式加载。
YI 采用了 UMD 的写法,因此你可以使用 AMD,CMD 或者直接用 JavaScript 标签包含的方式加载。

2. 处理图像

Expand All @@ -29,7 +29,7 @@ yi.gray().then(function(){

## 说明

yi.js 中除了 replace 方法外,其余方法均返回 Promise 对象。因为使用了 Web Worker 来处理图像,所以处理过程是异步的,不会阻塞 UI 。
YI 中除了 replace 方法外,其余方法均返回 Promise 对象。因为使用了 Web Worker 来处理图像,所以处理过程是异步的,不会阻塞 UI 。

## 示例

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
<div class="container">
<div class="row" id="header">
<div class="page-header">
<h1><small><a href="https://github.com/wy-ei/yi.js">YI - You Image</a></small></h1>
<h1><small><a href="https://github.com/wy-ei/yi.js">YI</a></small></h1>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div class="img-container">
<img class="img-responsive" id="source-img">
<img class="img-responsive" id="source-img" src="https://wy-ei.github.io/oooo/pic.jpg">
</div>
</div>
<div class="col-md-4">
Expand Down

0 comments on commit 0ddcfd6

Please sign in to comment.