Giter VIP home page Giter VIP logo

fiddlesticks's Introduction

Fiddlesticks

Web based typography for word art, logos, and fun. This is the first web-based application to provide free-form text warp (AFAIK).

Drawing app

The drawing app provides a number of features to allow drawing with text.

  • Warp text region to match any shape
  • Change text font and foreground/background color
  • Intuitive drag and zoom movement
  • Auto-save to Amazon S3
  • Upload tracing image to draw text upon
  • Export to SVG or PNG (multiple resolutions)

Both apps are built using Snabbdom (alternative to React DOM) and RxJS state channels inspired by Flux and Redux. The Store object coordinates state transitions and actions.

Builder app

The builder app generates a pre-formatted drawing based on parameters the user provides. The app is designed to support templates for formatting and user interaction, essentially self-contained tools. There is currently just one template implemented, source here.

Usage

This version of the application is designed to use S3 bucket for storage. Until a disk storage option is available for localhost, you can use this:

set S3_BUCKET=your-bucket-name
set AWS_ACCESS_KEY=your-access-key
set AWS_SECRET_KEY=your-secret-key
npm install
npm start

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.