This is a Sanity Studio v3 plugin.
npm install @gearbox-built/sanity-vimeo
Add it as a plugin in sanity.config.ts
(or .js):
import {defineConfig} from 'sanity'
import {myPlugin} from '@gearbox-built/sanity-vimeo'
export default defineConfig({
//...
plugins: [myPlugin({})],
})
MIT © Gearbox Built
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.