end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

2023-04-05から1日間の記事一覧

PDF.js for javascript で pdfファイルのブラウザ表示

以下の通りみたい。 moveable によるmouseによる移動、回転、拡大/縮小にも対応しています <html> <head> <meta charset="utf-8"> </head> <body> <input type="file" id="pdf_file" accept=".pdf"> <div id="image"> <img src=""> </div> <script src="//daybrush.com/moveable/release/latest/dist/moveable.min.js"> </script> </body></html>