-
Notifications
You must be signed in to change notification settings - Fork 642
Examples
Vilius edited this page Jan 6, 2018
·
5 revisions
<iframe style="width:100%; height:1000px;" id="miniPaint" src="https://viliusle.github.io/miniPaint/"></iframe>
Note: You can access layers class globally: window.Layers
, import it using import
or document.getElementById('miniPaint').contentWindow.Layers
if you try to access code inside other iframe.