Difference between revisions of "File:Qmaze2d howto en template4"

From QmazeWiki
Jump to: navigation, search
(Created page with "<!-- GET FabricJS Script Minified--> <script src="https://cdnjs.cloudflare.com/ajax/libs/fabric.js/4.1.0/fabric.min.js"></script> <!-- GET 2D Lib Script --> <script src="Scri...")
(No difference)

Revision as of 16:30, 30 November 2020

<script src="https://cdnjs.cloudflare.com/ajax/libs/fabric.js/4.1.0/fabric.min.js"></script>

<script src="Scripts/Qmaze2dlib.js"></script>

<canvas id="your canvas name"></canvas>

<script> $(document).ready(function() { // This function must be run per individual canvas

setcanvas(‘your canvas name');

// You can place your functions here

});

</script>

There are no pages that link to this file.