Skip to content

Commit

Permalink
add d.ts free
Browse files Browse the repository at this point in the history
  • Loading branch information
tyutjohn authored Nov 25, 2024
1 parent be67d3d commit bdfbb03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js-binding.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class Resvg {
get width(): number
/** Get the SVG height */
get height(): number
free(): void
}
export class RenderedImage {
/** Write the image data to Buffer */
Expand All @@ -49,4 +50,5 @@ export class RenderedImage {
get width(): number
/** Get the PNG height */
get height(): number
free(): void
}

0 comments on commit bdfbb03

Please sign in to comment.