Created
December 6, 2022 13:46
-
-
Save Dmuasya/7c9422c1f81d1df02177ebd5567b0b33 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<!-- ... --> | |
<script src="./js/apps-screenshot.js" type="module"></script> | |
<!-- Fabric.js --> | |
<script type="text/javascript" src="vendor/js/fabric.js"></script> | |
<!-- miniColors --> | |
<script type="text/javascript" src="vendor/js/jquery.miniColors.min.js"></script> | |
<!-- html2canvas --> | |
<script type="text/javascript" src="vendor/js/html2canvas.min.js"></script> | |
<!-- appScreenshot --> | |
<script src="src/js/apps-screenshot.js"></script> | |
<script> | |
$(function() { | |
appScreenshot(); | |
}); | |
</script> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment