top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

React/TypeScript Demonstration - Emoji Kitchen Fork - Made to Order

Project type

Web Development

Date

Summer/Autumn 2024

Link

Framework

React

Language

TypeScript
JavaScript

A fork of the existing emojikitchen.dev by XSalazar (visit XSalazar.com). This fork allows users to generate their own emojis from existing ones, on their browser through JavaScript Canvases. These emojis can be saved and used by their creators with ease. Emojis are also recursive, allowing further editing. Additionally, this fork aims to increase performance on mobile, and update UI, for a greater user experience.

The new functionality pieces together smaller assets. In order to reduce generation time, this fork aims to reduce image loading, and draw calls. This is achieved through caching repeated calls, and loading compressed common images.

Please try it out - it is compatible on almost all browsers, including mobile.

bottom of page