-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
1,262 additions
and
29 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
layout: ../../layouts/md.astro | ||
title: Export Types - Dialogue Generator | ||
--- | ||
|
||
# Export Types - Dialogue Generator | ||
|
||
Ever since the update on `Nov 23, 2023`, 3 export types have been added so that you can make use of the generator more. | ||
|
||
Here's what each one does, explained more elaborately by an idiot. | ||
|
||
| Export type | What it does | | ||
|-|-| | ||
| **Export as PNG...** | downloads the output you currently see as an image file. it's the download button! | | ||
| **Export as animated GIF...** | not necessarily animates the character if you uploaded the gif of the character, BUT, animates the dialogue text *(only, currently)*, as if it were typing itself, then it downloads as a gif. | | ||
| **Export as individual frames (as ZIP)...** | imagine typing the same stuff one by one and exporting it one by one to create the typing effect. this one does it automatically and wraps it up in a present for you! | | ||
|
||
<br> | ||
|
||
## Behavior warning | ||
When clicking on one of them, your browser may lag for a bit; this is your device processing the images, so don't panic. | ||
|
||
The whole thing you're working with here is made to use YOUR device as no servers are involved in this site. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters