mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 07:56:44 +00:00
Update README.md
This commit is contained in:
parent
6d0b95e50c
commit
4f4ca0c96c
@ -40,7 +40,7 @@ miniPaint operates directly in the browser. You can create images by pasting fro
|
||||
## Embed
|
||||
To embed this app on another page, use the following HTML code:
|
||||
|
||||
<iframe style="width:100%; height:1000px;" id="miniPaint" src="https://viliusle.github.io/miniPaint/" allow="camera"></iframe>
|
||||
<iframe style="box-sizing:border-box; width:100%; height:100vh;" id="miniPaint" src="https://viliusle.github.io/miniPaint/" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
|
||||
## Build instructions
|
||||
See [Wiki > Build instructions](https://github.com/viliusle/miniPaint/wiki/Build-instructions)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user