Skip to content

Instantly share code, notes, and snippets.

@vviro
vviro / minimal-viewer-page.html
Last active December 19, 2015 02:39
JavaScript code for embedding the Peachnote Score Viewer on a website
<html>
<head>
<script>
(function () {
var pnsv = document.createElement('script'); pnsv.type = 'text/javascript'; pnsv.async = true;
pnsv.src = 'http://pchnote.appspot.com/scoreviewer/scoreviewer.nocache.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(pnsv);
})();
var _pnq = _pnq || [];
_pnq.push(['rootElement', 'PeachnoteViewerContainerId']);