Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ssshooter/canvas-img-process

html5 canvas image process ( 3*3 kernel ) canvas卷积核测试 canvas图片后期
https://github.com/ssshooter/canvas-img-process

canvas convolution demo html5 javascript kernel

Last synced: about 2 months ago
JSON representation

html5 canvas image process ( 3*3 kernel ) canvas卷积核测试 canvas图片后期

Awesome Lists containing this project

README

        

# canvastest

> A Vue.js project

## 卷积核相关
[维基](https://en.wikipedia.org/wiki/Kernel_(image_processing))

## 彩蛋
无毒无害,试试就知道啦:joy:

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```

For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).