3.0.1 • Published 3 months ago

@headless.build/sanity-font-picker v3.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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.

3.0.1

3 months ago

3.0.0

4 months ago

2.2.3

5 months ago

2.2.2

6 months ago

2.2.1

6 months ago

2.2.0

6 months ago

2.1.0

6 months ago

2.0.2

6 months ago

2.0.1

6 months ago

2.0.0

6 months ago