1.0.9 • Published 10 months ago

@frontvibe/sanity-font-picker v1.0.9

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

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.

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

12 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.0

1 year ago