Comparing version 0.10.8 to 0.10.9
@@ -27,3 +27,3 @@ import { ReactNode } from 'react'; | ||
type Weight = 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900; | ||
type Style$1 = 'normal' | 'italic'; | ||
type FontStyle = 'normal' | 'italic'; | ||
interface FontOptions { | ||
@@ -33,3 +33,3 @@ data: Buffer | ArrayBuffer; | ||
weight?: Weight; | ||
style?: Style$1; | ||
style?: FontStyle; | ||
lang?: string; | ||
@@ -175,2 +175,2 @@ } | ||
export { FontOptions as Font, Style$1 as FontStyle, Weight as FontWeight, Locale, SatoriNode, SatoriOptions, satori as default, init }; | ||
export { FontOptions as Font, FontStyle, Weight as FontWeight, Locale, SatoriNode, SatoriOptions, satori as default, init }; |
{ | ||
"name": "satori", | ||
"version": "0.10.8", | ||
"version": "0.10.9", | ||
"description": "Enlightened library to convert HTML and CSS to SVG.", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4098491
3365