UNPKG
pdftest
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
Client-side visual testing library for PDFs
github.com/eKoopmans/pdftest
eKoopmans/pdftest
pdftest
/
src
/
client
/
index.js
11 lines
(9 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ compare, compareToSnapshot }
from
'./compare'
import
{ showDiff }
from
'./ui'
import
*
as
api
from
'../shared/api'
export
{ compare, compareToSnapshot, showDiff, api, }