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
/
index.js
8 lines
(6 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
client
from
'./client'
import
*
as
server
from
'./server'
export
{ client, server, }