모든 프런트엔드 프레임워크에 대한 HTML 페이지의 특정 영역/요소를 인쇄합니다.
2467 단어 htmluiweeklycssjavascript
ink-html에 오신 것을 환영합니다!
모든 프런트엔드 프레임워크에 대한 HTML 페이지의 특정 영역/요소를 인쇄합니다.
설치
npm install ink-html
또는
yarn add ink-html
CDN
<script src="https://unpkg.com/ink-html/dist/index.js"></script>
용법
import print from 'ink-html'
// const print = inkHtml // for CDN
// js
print(window.querySelector('#printable'))
// Vue.js
print(this.$refs.printable.$el)
Join and support our Community
Web and Mobile Developers PH
[ Facebook Page | Group ]
커뮤니티 웹 및 모바일 개발자 PH [ Facebook 페이지 | 그룹 ]
Reference
이 문제에 관하여(모든 프런트엔드 프레임워크에 대한 HTML 페이지의 특정 영역/요소를 인쇄합니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/trinly01/prints-a-specific-area-element-of-your-html-page-for-any-frontend-framework-2jgk
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(모든 프런트엔드 프레임워크에 대한 HTML 페이지의 특정 영역/요소를 인쇄합니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/trinly01/prints-a-specific-area-element-of-your-html-page-for-any-frontend-framework-2jgk텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)