fix(core): update

This commit is contained in:
2023-11-25 01:38:43 +01:00
parent a08d67c8df
commit 8ee3aa41a0
8 changed files with 129 additions and 338 deletions

View File

@@ -1,4 +1,15 @@
const removeme = {};
// @push.rocks scope
import * as smartpdf from '@push.rocks/smartpdf';
export {
removeme
smartpdf,
}
// thirdparty scope
import * as signpdf from '@signpdf/signpdf';
import * as signerP12 from '@signpdf/signer-p12';
export {
signpdf,
signerP12,
}