tiptap/packages/extension-superscript
tomi-bigpi d3aeac4afa
Fix #3435 - CommonJS and ESM loading confusion (#3436)
* Fix TipTap getting loaded as CommonJS when the intent is to use the ES Module version.
* `package.json` change also makes explicit exports required
* Update `core` utilities exports to include all utilities
* Update tests to use exported utilities
2022-11-24 16:06:42 +01:00
..
src chore: migrate to new versions of prosemirror packages (#2854) 2022-06-20 11:45:37 +02:00
CHANGELOG.md v2.0.0-beta.202 2022-11-04 22:05:08 +01:00
package.json Fix #3435 - CommonJS and ESM loading confusion (#3436) 2022-11-24 16:06:42 +01:00
README.md feature: add subscript and superscript extensions, docs and tests 2021-06-08 14:52:38 +02:00

@tiptap/extension-superscript

Version Downloads License Sponsor

Introduction

tiptap is a headless wrapper around ProseMirror a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as New York Times, The Guardian or Atlassian.

Official Documentation

Documentation can be found on the tiptap website.

License

tiptap is open sourced software licensed under the MIT license.