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