Ascii Editor

screenshot of Ascii Editor
svelte
vite
scss
tailwind

(WIP) ASCII Editor is a browser-based ASCII art editor built with SvelteKit and CanvasKit - Skia + WebAssembly.

Overview

The ASCII Editor is an innovative browser-based tool specifically designed for those who appreciate the art of ASCII. Built with contemporary technologies like SvelteKit and CanvasKit, it merges a user-friendly interface with powerful functionalities. Whether you're a seasoned ASCII artist or just starting to explore this unique form of digital creativity, the ASCII Editor promises to provide a structured and efficient workspace that elevates your design experience.

The application stands out with its multi-layer support and customizable features, making it an indispensable tool for anyone looking to create detailed ASCII art. Its seamless integration of features ensures that users can manage their projects effortlessly while enjoying a responsive editing environment.

Features

  • Canvas-based Drawing: Experience the joy of ASCII art with a flexible canvas that supports multi-layer designs for complex creations.
  • Selection and Transformation Tools: Edit your designs efficiently with robust tools that allow you to select and manipulate elements with precision.
  • Clipboard Support: Effortlessly copy and paste ASCII elements between your projects, streamlining your creative process.
  • Undo/Redo Functionality: Easily manage your changes without the fear of losing work, thanks to comprehensive undo and redo support.
  • Light and Dark Mode: Tailor your experience with customizable themes that cater to your visual preference, whether you prefer a bright or darker interface.
  • Local Storage Support: Save and load your projects conveniently with local storage, ensuring that your work is always at hand when you need it.
  • Built with Modern Tech: Enjoy the benefits of a robust architecture powered by SvelteKit, Redux Toolkit, and TypeScript, ensuring reliability and performance in your editing tasks.
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.