From cd63577068e92efc79d728f97c6399b6f15f464b Mon Sep 17 00:00:00 2001 From: Donal Date: Wed, 23 Sep 2020 14:19:34 +0800 Subject: [PATCH] =?UTF-8?q?npm=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c813af2..bc3c541 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ import {parseOfdDocument, renderOfd} from "ofd.js"; ``` ``` -其中ofd传入的file支持本地文件或二进制、screenWidth为屏幕宽度 +其中ofd传入的file支持本地文件、二进制或者url、screenWidth为屏幕宽度 parseOfdDocument({ ofd: file, success(res) { diff --git a/package.json b/package.json index 3a83d7e..25d5f31 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,13 @@ { "name": "ofd.js", - "version": "0.1.4", + "version": "0.1.5", "main": "lib/ofd.umd.min.js", "author": "dltech21", "description": "ofd渲染", "keywords": [ - "ofd" + "ofd", + "ofd.js", + "ofd渲染" ], "private": false, "scripts": {