Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@tiptap/react.ts>getSchemaByResolvedExtensions

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
function getSchemaByResolvedExtensions
import { getSchemaByResolvedExtensions } from "https://deno.land/x/netzo@0.5.106/deps/@tiptap/react.ts";

Creates a new Prosemirror schema based on the given extensions.

Parameters

extensions: Extensions

An array of Tiptap extensions

optional
editor: Editor

The editor instance

Returns

A Prosemirror schema