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