demo.mov
This lets you draw realistic images within https://pict.chat, see the video for a demonstration.
- Copy the code found here: main.js
- Go to https://pict.chat
- Paste the code you copied into Javascript console, and hit enter, and you're done.
- Copy the following code:
javascript: (() => {fetch("https://raw.githubusercontent.com/WarpRomo/pictochat-drawing-bot/main/main.js").then(r => {return r.text();}).then(t => {eval(t);})})()
- Go to your bookmarks bar at the top, right click, and click on "add page."
- Make the name of the bookmark whatever you want
- Paste the copied code into the box for the url, and save the bookmark.
- Go to https://pict.chat
- Anytime you want to start using the drawing bot, simply click on the bookmark, and the code will automatically run.
- When you want to draw images, either copy and paste an image into the drawing box, or drag and drop an image file.
- Use the buttons at the bottom to control the image. For example, to move the image, click and hold on the "move" button, then move your cursor around. Same goes for scale, and gamma (brightness).
- Make sure you don't make the "pixels" value too high (keep it under 7000 I'd say), or you will get a "connection closed" error.
- Also, don't send vulgar images.