prosekit
v0.11.2
Published
This package provides a convenient way to install all the `@prosekit` scoped packages at once. This saves you from having to install each package individually.
Downloads
11,627
Readme
prosekit
This package provides a convenient way to install all the @prosekit
scoped packages at once. This saves you from having to install each package individually.
For example, the following two imports are equivalent:
import { defineItalic } from 'prosekit/extensions/italic'
import { defineItalic } from '@prosekit/extension-italic'