반응형
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 |
Tags
- code editor
- cursor-ubuntu-installer
- localization
- jszip
- swagger-typescript-api
- uint16array
- HLS
- segment
- Excel
- how to install cursor on ubuntu
- M3U8
- http live streaming
- html2canvas
- append row
- uint8array
- Game js
- babel
- typescript
- hls.js
- KakaoMap
- webrtc
- node
- multiple camera
- Prism.js
- Redux
- REST API
- three.js
- Babel standalone
- Flutter
- react
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