1// load $ABC_UI (if it is the chosen library)
2if (typeof $ABC_UI !== "undefined") {
3  $ABC_UI.init();
4}
5
6// configure abcjs (if it is the chosen library)
7if (typeof window.ABCJS !== "undefined") {
8  window.ABCJS.plugin.render_options = {
9    responsive: "resize"
10  };
11}
12