react-fontpicker icon indicating copy to clipboard operation
react-fontpicker copied to clipboard

A Google font picker for React

Results 5 react-fontpicker issues
Sort by recently updated
recently updated
newest added

Vitest tests pass but throw the following warning multiple times: > Warning: An update to App inside a test was not wrapped in act(...). > > When testing, code that...

bug

Could rewrite font preview generation to generate SVG font previews at some point ref: https://github.com/ae9is/react-fontpicker/tree/main/packages/fontpicker/scripts#notes

enhancement

The current implementation incorrectly processes local fonts through the Google Fonts API. This leads to attempts to load local fonts from Google's servers, which is not the intended behavior and...

enhancement

Bumps the npm_and_yarn group in /test/pack-test with 1 update: [rollup](https://github.com/rollup/rollup). Updates `rollup` from 4.21.3 to 4.22.4 Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability...

dependencies
javascript

Can support filter by language? Include subsets in fontInfo.json, then filter subsets by component props.

enhancement