Skip to content

Commit

Permalink
fix default import issue in umd build
Browse files Browse the repository at this point in the history
  • Loading branch information
HackbrettXXX committed Sep 24, 2024
1 parent 5f31216 commit f96e42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/fonts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
import { AttributeState } from '../context/attributestate'
import { Context } from '../context/context'
import jsPDF from 'jspdf'
import { jsPDF } from 'jspdf'

export type FontFamily = string

Expand Down

0 comments on commit f96e42a

Please sign in to comment.