IRC ASCII editor created in vuejs https://asciibird.jewbird.live
Go to file
2021-07-24 14:34:49 +10:00
public f u beenz n sniff 2021-03-27 14:54:44 +10:00
src first row fix when copying to brush 2021-07-24 14:34:49 +10:00
.editorconfig init 2020-12-19 10:14:06 +10:00
.gitignore ascii resize block bug fix 2021-04-03 13:49:22 +10:00
0-99-colors.txt fill works, brush preview bit better 2021-05-01 12:17:49 +10:00
babel.config.js init 2020-12-19 10:14:06 +10:00
package.json lz compression on asciibird state import/export, lz compression on ctrl z history 2021-05-15 13:54:30 +10:00
README.md added hax ascii url, copy and paste with brush (WIP), fixed tab change ascii 2021-07-24 11:55:44 +10:00
tailwind.config.js started ascii blocks, improved ascii data structure 2020-12-27 12:42:26 +10:00
vue.config.js init 2020-12-19 10:14:06 +10:00
yarn.lock ascii import fix but some still broke 2021-06-19 16:55:23 +10:00

ASCIIBIRD

                           ┏   ┰╛    ╔═━┉┈┉╼━━╌┈╍┅┉╌┄┉┉━═╾─┈═──┄┈╼╍═┈┄╍═╍╼━┈─┈╼┉╍┅╌╮
                         ╘███╏████╒█ ┕█   http://jewbird.live/                     ╏
                            █┻█  █┦█  █╕  http://yt.jewbird.live/                  ┇
                          ╔╼█ ████ ████╚━ http://patreon.jewbird.live/             ┃
                         ╕  █ █ █┉╍█ ┌█═  http://streamlabs.jewbird.live/          ╽
                       ━█████ █ ██ █ ╯█   ASCIIBIRD TAKING FLIGHT                  ╎
                          ┸╮    ╛     ╘╼┈┅┅──━┈┉┅┈╍┄┈┄┈╍┉╾╾╼╍═━╾╾┄╼╾═─┈═┉═╼┅─┈━╌╾╾┅╯

                              [BTC] 1L2u8mQs5pe7k11ozn2BgX388e3fGMD7qo
[XMR] 832owKc3ZuGCnmjHXHeZeeJzGAxyKx5uWU9WxoaXg6BhQ7aWSnZ6EhxFK8Mzw137nSgGAfMM8FgHjM6rpq5s1EofD7UT2yp
           [STREAMLABS] http://streamlabs.jewbird.live [PATREON] http://patreon.jewbird.live
     [YT] http://yt.jewbird.live [TWITCH] http://twitch.jewbird.live [GITHUB] http://git.jewbird.live

BUGS

  • If you resize an ascii, and then undo and try fill in blocks it will error cuz the blocks don't exist
  • Redo (ctrl y) is a buggy
  • Circle brush (works okay for odd width and height numbers)
  • Select only works from dragging top left to bottom right, not the other way around
  • Copying

FOCUSING ON NOW

  • SELECT TOOL DEV, JUST FINISH IT

  • OPTIONS MODAL (SORRY SKG LOL)

  • SELECT

  • CLIPBOARD

  • Modals

  • Edit current ascii

  • Asciibird options

  • Tool options

  • Encodings - UTF8 vs NOT that

  • Context Menus (right click menu) - we started this

  • Keyboard shortcuts

  • LAYERS

FEATURES DONE

  • Tabbed editing for asciis

  • Remembers ASCII states, can export and import ASCIIBIRD state files

  • Import ASCII from https://irc.watch/

  • Update text colours without deleting the block

  • Floating pattlets, resizeable and remembers positions

  • .ASB file, compressed asciibird state

  • Export mIRC to clipboard

  • EXPORT ascii, trim to canvas size

  • Modals

  • New ascii modal

FEATURES TO DO

  • Layers / Insert ASCII as layer
  • Overlay image for nance tracing mode

ASCIIBIRD API?

  • Insert image to convert to ASCII into a layer
  • Support for tdfiglet, toilet, figlet importing

Things To Do Later

  • Properly get CSS into the JS stuff ya lazy bird

References

Project setup

yarn

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.