This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@lorenleedev/ck-editor-3
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

CK Editor Test

ck-editor를 테스트하는 레포지토리입니다.

사용법

import {initEditor} from '@lorenleedev/ck-editor-3';

// editor 생성하기
initEditor({
    targetId: 'test',
    lang: 'en',
    initialData: '<p>test</p>',
});

// type 참고
type EditorConfig = {
    targetId: string, // editor가 들어갈 타겟의 id
    lang: 'en' | 'ko', // 언어 설정
    initialData: string, // 초기 데이터
}

Readme

Keywords

none

Package Sidebar

Install

npm i @lorenleedev/ck-editor-3

Weekly Downloads

0

Version

0.0.8

License

MIT

Unpacked Size

3.34 MB

Total Files

7

Last publish

Collaborators

  • lorenlee.dev