FontSubset
FontSubset copied to clipboard
✂️ Chrome 字体文件裁剪插件
FontSubset ✂
Generate font Subset in Chrome extension.

Getting Started
Setup
Run npm i to install dependencies.
Build the Project
Run npm run build. The bundle will end up in dist/.
Get the extension in Chrome for development
- Open the Extension Management page by navigating to
chrome://extensions. - Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the LOAD UNPACKED button and select the
dist/directory.
Developing
The base app component is in src/app/app.jsx.
Chrome extensions can be composed of many parts. This scaffolding allows you to build the popup UI with Preact.