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

3.0.1 • Public • Published

This is a Sanity Studio v3 plugin.

Installation

npm install @headless.build/sanity-font-picker
yarn add @headless.build/sanity-font-picker
pnpm install @headless.build/sanity-font-picker

Usage

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

import {defineConfig} from 'sanity'
import {fontPicker} from '@headless.build/sanity-font-picker'

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

License

MIT © Thomas Cristina de Carvalho

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.

Readme

Keywords

Package Sidebar

Install

npm i @headless.build/sanity-font-picker

Weekly Downloads

0

Version

3.0.1

License

MIT

Unpacked Size

78.1 kB

Total Files

16

Last publish

Collaborators

  • diboune
  • thomas_code