Greasy Fork is available in English.

Drawaria Fast Color Flow+

Adds advanced controls for Drawaria, including Fast Color Flow, avatar boundary control, brushcursor restrictions, auto-drawing, and more.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
YouTubeDrawaria
Dziennych instalacji
0
Wszystkich instalacji
63
Oceny
0 0 0
Wersja
1.0
Utworzono
26-12-2024
Zaktualizowano
26-12-2024
Rozmiar
6,48 KB
Licencja
MIT
Dotyczy

This script is a Tampermonkey userscript designed to enhance the functionality of the Drawaria online drawing tool. Here's a brief explanation of what each part of the script does:

1. **Adjust Color Flow**: The script sets the maximum value of the "color flow" input to 200, allowing for faster color application.

2. **Undo/Redo Functionality**:
- **Buttons**: Adds "Undo" and "Redo" buttons to the menu.
- **Event Listeners**: Implements functionality to save the canvas state on mouse up events and allows undoing and redoing actions.

3. **Export Canvas**:
- **Button**: Adds an "Export Canvas" button.
- **Functionality**: Allows users to download the current canvas as a PNG image.

4. **Auto-draw from Image**:
- **File Input and Button**: Adds an input to upload an image and a button to start auto-drawing.
- **Functionality**: Loads the uploaded image and draws it onto the canvas.

5. **Customization Options**:
- **Brush Size Selector**: Adds a dropdown to select brush size.
- **Opacity Range**: Adds a range input to adjust the brush opacity.

6. **Styling**:
- **CSS**: Adds custom styles to improve the appearance of the menu and buttons, including animations and hover effects.

Overall, this script enhances the Drawaria tool by providing additional controls for color flow, undo/redo functionality, canvas export, auto-drawing from images, and customization options for brush size and opacity.