jodit / jodit-react

React wrapper for Jodit
MIT License
354 stars 118 forks source link

where is the jodit component store which is import in include.jodit.js #259

Open MangeshPatleDatastack opened 4 months ago

MangeshPatleDatastack commented 4 months ago

jodit latest version

file name : include.jodit.ts

import { Jodit } from 'jodit/es2018/jodit.fat.min'; import 'jodit/es5/jodit.min.css';

export { Jodit };

I did not find out 'jodit/es2018/jodit.fat.min' this path in github latest code

rastermechanism commented 1 month ago

@MangeshPatleDatastack , you need to build it, or install it using npm in a folder and then look for it.

image