任意のフロントエンドフレームワークのHTMLページの特定の領域/要素を出力する


インクのHTMLへようこそ!




任意のフロントエンドフレームワークのHTMLページの特定の領域/要素を出力する
  • [ x ]形式入力値
  • [ X ] CSS @メディア印刷
  • [ X ]ポップアップOptions
  • インストール


    npm install ink-html
    
    or
    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に参加して、支えてください