Text to PNGは、ブラウザに表示されているテキストデータをPNG画像に自動で置換するAPIです。 サンプル 「Hello World」をPNG画像化 外部ファイル <link href="http://www.text2png.com/fonts_list.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="http://www.text2png.com/text_script.js"></script> スクリプト text2png.onLoad = function(){ text2png.replace('header'); }; HTML <div id="header">Hello World</div>