반응형
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
- swagger-typescript-api
- Redux
- three.js
- code editor
- Babel standalone
- Raycasting
- KakaoMap
- Three-fiber
- userevent_tracker
- react
- jszip
- androidId
- Game js
- typescript
- REST API
- RouteObserver
- Completer
- uint16array
- babel
- node
- uint8array
- identifierForVender
- Prism.js
- Excel
- Flutter
- web track
- methodChannel
- Image Resize typescript
- Three js
- webrtc
Archives
- Today
- Total
목록html2canvas (1)
Never give up
React - make html element to pdf(Feat. jspdf, html2canvas)
이번에는 특정 html element를 pdf로 만들어서 활용하는 예제를 만들어봤습니다 먼저 사용한 라이브러리는 2개로 jspdf : pdf를 만들 수 있는 라이브러리 (링크: https://www.npmjs.com/package/jspdf) html2canvas : html element를 canvas에 그려 이미지 파일로 만들 수 있는 라이브러리 (링크: https://www.npmjs.com/package/html2canvas) 찾다보니 html2pdf란 친구(?)도 있는데 9년전 업데이트 그리고 낮은 다운로드수로 일단 사용해보지는 않았습니다. 혹시 필요하신 분들을 위해 (링크: https://www.npmjs.com/package/html2pdf) 최근에 사용중인 라이브러리인데 페이지가 여러장인 ..
WEB
2022. 7. 2. 00:16