2020-09-10 15:39:26 +08:00
|
|
|
|
# ofd.js
|
|
|
|
|
|
2020-09-10 16:18:49 +08:00
|
|
|
|
![-](https://img.shields.io/badge/language-js-orange.svg) [![license](https://img.shields.io/badge/license-Apache--2.0-blue)](./LICENSE)
|
2020-09-10 15:41:31 +08:00
|
|
|
|
|
2020-09-10 15:39:26 +08:00
|
|
|
|
目前方案采用:svg及canvas渲染实现,百分百纯前端渲染
|
|
|
|
|
|
|
|
|
|
效果:
|
|
|
|
|
![示例](./ofd.jpg)
|
|
|
|
|
|
2020-09-11 13:28:21 +08:00
|
|
|
|
[体验地址](https://51shouzu.xyz/ofd/)
|
|
|
|
|
|
2020-09-10 15:39:26 +08:00
|
|
|
|
## 愿景
|
|
|
|
|
希望能做到pdf.js的高度
|
|
|
|
|
|
|
|
|
|
## ofd推荐项目
|
|
|
|
|
[OFD Reader & Writer](https://github.com/Trisia/ofdrw)
|
|
|
|
|
|
|
|
|
|
## 参与贡献
|
|
|
|
|
发挥人人为我,我为人人的优良传统,多做pr~~~
|
2020-09-09 18:46:28 +08:00
|
|
|
|
|
|
|
|
|
## Project setup
|
|
|
|
|
```
|
|
|
|
|
npm install
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Compiles and hot-reloads for development
|
|
|
|
|
```
|
|
|
|
|
npm run serve
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Compiles and minifies for production
|
|
|
|
|
```
|
|
|
|
|
npm run build
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Lints and fixes files
|
|
|
|
|
```
|
|
|
|
|
npm run lint
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Customize configuration
|
|
|
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
2020-09-10 15:39:26 +08:00
|
|
|
|
|
|
|
|
|
### 项目关注度
|
|
|
|
|
|
|
|
|
|
> 项目获得 Star曲线
|
|
|
|
|
|
|
|
|
|
[![Stargazers over time](https://starchart.cc/DLTech21/ofd.js.svg)](https://starchart.cc/DLTech21/ofd.js)
|