반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- Image Resize typescript
- jszip
- M3U8
- webrtc
- Redux
- uint8array
- Game js
- web track
- three.js
- uint16array
- node
- HLS
- react
- hls.js
- KakaoMap
- babel
- Prism.js
- segment
- Flutter
- typescript
- Excel
- REST API
- how to install cursor on ubuntu
- cursor-ubuntu-installer
- html2canvas
- Babel standalone
- userevent_tracker
- code editor
- http live streaming
- swagger-typescript-api
Archives
- Today
- Total
목록Quill (1)
Never give up

이전에 html을 pdf로 만드는 간단한 예제는 해봤는데 (https://devmemory.tistory.com/98) 수정 가능한 doc file을 만들어야 될 필요가 있어서 한번 만들어 봤습니다 App.tsx const Main = () => { let text: string const downloadDoc = (e: React.MouseEvent, isDownload: boolean) => { e.preventDefault() if (text === undefined) { const quill = document.querySelector('#div_quill > .ql-editor') text = `${quill?.innerHTML}` } const doc = makeDoc(text, 'test')..
WEB
2022. 11. 15. 12:21