Skip to content

Commit

Permalink
resolved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterK0927 committed Sep 3, 2024
1 parent b3b4708 commit a9d1c6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at https://mozilla.org/MPL/2.0/.
// @ts-nocheck
import { pki, asn1, util } from 'node-forge'
import pkcs7 from '../lib/pkcs7'
import SignPdfError from './SignPdfError'
Expand All @@ -17,6 +16,7 @@ import { SelectionCoords } from '../pdf_renderer'

import { PDFDocument, StandardFonts, rgb } from 'pdf-lib'
import { Signature, StoredSignature } from './types'
// @ts-expect-error
import * as fontkit from '@btielen/pdf-lib-fontkit'
import { calligraphicFontHex } from './fontHex'

Expand Down

0 comments on commit a9d1c6c

Please sign in to comment.