Skip to content

Commit

Permalink
Updated package dependencies and version
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Feb 26, 2023
1 parent ea84dc9 commit d413c93
Show file tree
Hide file tree
Showing 4 changed files with 5,521 additions and 16,781 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ const DEFAULT_FONT_PICKER_CONFIG: FontPickerConfigInterface = {
[fpUseRootViewContainer] // Create dialog component in the root view container (false).
// Note: The root component needs to have public viewContainerRef.

[fpFilterByFamilies] // Provides a list of font families that are allowed to be used (Default: [])
[fpSortByFamilies] // Sort fonts by family (Default: false)

(fontPickerChange) // Event handler for the font / size / style change.

(fontPickerUpload) // Event handler for the font upload button click event.
Expand Down

0 comments on commit d413c93

Please sign in to comment.