Skip to content

WarpRomo/pictochat-drawing-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

demo.mov

What is this?

This lets you draw realistic images within https://pict.chat, see the video for a demonstration.

How do I use it?

Method 1:

  1. Copy the code found here: main.js
  2. Go to https://pict.chat
  3. Paste the code you copied into Javascript console, and hit enter, and you're done.

Method 2 (If you don't want to paste the code in everytime):

  1. 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);})})()
  1. Go to your bookmarks bar at the top, right click, and click on "add page."
  2. Make the name of the bookmark whatever you want
  3. Paste the copied code into the box for the url, and save the bookmark.
  4. Go to https://pict.chat
  5. Anytime you want to start using the drawing bot, simply click on the bookmark, and the code will automatically run.

image

Usage

  1. When you want to draw images, either copy and paste an image into the drawing box, or drag and drop an image file.
  2. 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).

Warnings

  1. 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.
  2. Also, don't send vulgar images.

About

Draw hyper-realistic images automatically in https://pict.chat, in milliseconds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published