@frontvibe/sanity-font-picker
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

This is a Sanity Studio v3 plugin.

Installation

npm install @frontvibe/sanity-font-picker
yarn add @frontvibe/sanity-font-picker
pnpm install @frontvibe/sanity-font-picker

Usage

Add it as a plugin in sanity.config.ts (or .js):

import {defineConfig} from 'sanity'
import {fontPicker} from '@frontvibe/sanity-font-picker'

export default defineConfig({
  //...
  plugins: [fontPicker({})],
})

License

MIT © Le Studio Frontvibe

Develop & test

This plugin uses @sanity/plugin-kit with default configuration for build & watch scripts.

See Testing a plugin in Sanity Studio on how to run this plugin with hotreload in the studio.

Dependencies (3)

Dev Dependencies (22)

Package Sidebar

Install

npm i @frontvibe/sanity-font-picker

Weekly Downloads

85

Version

1.0.9

License

MIT

Unpacked Size

79.2 kB

Total Files

14

Last publish

Collaborators

  • thomas_code