0.1.3 • Published 3 years ago

@zcorky/previewer v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Movable

  • Simply Preview Image

Compatible

  • Chrome
  • Mobile

How to

  • 1 NPM
  • 2 CDN: <script src="https://unpkg.com/@zcorky/previewer/lib/index.umd.js"></script>
// Auto Collect Preview Images Intelligently
// use NPM
import '@zcorky/previewer';

// use CDN
<script src="https://unpkg.com/@zcorky/previewer/lib/index.umd.js"></script>
// Preview Manually
import { previewer } from '@zcorky/previewer';

// Method One: Preview Many
preview.setUrls([
  'http://example.com/a.png',
  'http://example.com/b.png',
  'http://example.com/c.png',
])

// Method Two: Preview Single Image
previewer.preview({ source: 'http://example.com/a.png' });

更新日志

CHANGELOG.md

0.1.3

3 years ago

0.1.2

3 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago