0.3.1 • Published 4 years ago
@tmaito/viewer v0.3.1
Quick Start
Install
npm i @tmaito/viewer
// or
yarn add @tmaito/viewerUse
import { Viewer } from '@tmaito/viewer'// style
@import '@tmaito/viewer/dist/index.css'Api
| 参数 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| url | 展示的图片链接地址,可以是pdf格式 | string | |
| style | 预览洁面 canvas 样式 | CSSProperties | - |
| isToolBar | 是否展示操作按钮 | boolean | true |
| options | 相关属性可参考 | object | - |