Appearance
The image node is used to represent images in the document.
image
import { defineImage } from 'prosekit/extensions/image' const extension = defineImage()
insertImage
editor.commands.insertImage({ src: 'https://placehold.co/400' })