Skip to content

Script complex with autodraw functionality for skribbl.io

Notifications You must be signed in to change notification settings

k04an/skribbl-autodraw

Repository files navigation

Skribbl.io autodraw

Autodraw software for Skribbl.io.

How to use

First, you need to copy this repo and install dependencies

git clone https://github.com/k04an/skribbl-autodraw.git
cd skribbl-autodraw
npm install

After it's done, you can launch the built-in browser with all scripts set

npm start

or

node server

Also you can specify link, that browser will open. Use that to connect to private rooms

node server <private_room_link>

When browser started, it will open skribbl page and inject client code, which will draw following window Client window

Then, find an image you want to draw, right click on it, and choose "Copy image" or copy an image from you computer. Go back to skribbl page and press ctrl + v

Successful upload

If you get an error, then you probably copied not a .jpg or .png file.

Then wait for your turn and click "Start drawing" and enjoy.

About

Script complex with autodraw functionality for skribbl.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published