반응형
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
- Prism.js
- three.js
- Game js
- Excel
- node
- code editor
- Redux
- userevent_tracker
- Raycasting
- webrtc
- KakaoMap
- uint8array
- Completer
- react
- uint16array
- swagger-typescript-api
- Three-fiber
- babel
- RouteObserver
- identifierForVender
- typescript
- Babel standalone
- web track
- Image Resize typescript
- androidId
- methodChannel
- jszip
- Flutter
- REST API
- Three js
Archives
- Today
- Total
목록DOC (1)
Never give up
React - html to doc (feat.quill2)
이전에 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