fix(core): update
This commit is contained in:
parent
e3781cfd4d
commit
53d56d2d8a
757
package-lock.json
generated
757
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -19,6 +19,7 @@
|
||||
},
|
||||
"homepage": "https://gitlab.com/pushrocks/smartbrowser#README",
|
||||
"dependencies": {
|
||||
"@pushrocks/smartpdf": "^1.0.6",
|
||||
"puppeteer": "^1.17.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -1,3 +1,7 @@
|
||||
import * as plugins from './smartbrowser.plugins';
|
||||
|
||||
export class SmartBrowser {}
|
||||
export class SmartBrowser {
|
||||
pdfFromPage() {
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user