mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-04 03:29:03 +08:00
17 lines
318 B
Markdown
17 lines
318 B
Markdown
|
# Image
|
||
|
|
||
|
## Installation
|
||
|
```bash
|
||
|
# With npm
|
||
|
npm install @tiptap/extension-image
|
||
|
|
||
|
# Or: With Yarn
|
||
|
yarn add @tiptap/extension-image
|
||
|
```
|
||
|
|
||
|
## Source code
|
||
|
[packages/extension-image/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-image/)
|
||
|
|
||
|
## Usage
|
||
|
<demo name="Extensions/Image" highlight="12,30" />
|