Giter Club home page Giter Club logo

fontastic's Introduction

fontastic

Generate custom icon web fonts.

TBD

License

MIT © Jollen Chen

fontastic's People

Contributors

doowb avatar jollen avatar jonschlinkert avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fontastic's Issues

User Guide

Requirements

  1. Please install autotrace
  2. Please install fontcustom

Quick Start

$ git clone https://github.com/sellside/fontastic.git
$ cd fontastic
$ npm i
$ bower i
$ npm start

Edit the config.js file to setup the autotrace and fontcustom command lines. Visit http://localhost:3000 and drop your PNG to create the web font.

fontastic

Add imagetracerjs to the image tracer backend

The autotrace package was removed from Homebrew that Mac users will face some problems of manual installation. The imagetracerjs project is the alternative that can be used in fontastic. imagetracerjs is written in JavaScript which is also the good part of it.

Move logic from routes to lib

I think we should move the logic that prepares the arguments and calls autotrace and fontcustom to lib folders: (e.g. lib/autotrace.js and lib/fontcustom.js or something like that), then we can test those pieces more easily, use them in the webapp part, and provide a library that can be required in by other libraries.

The following is a list of things that I think will accomplish the above:

  • lib folder with autotrace and fontcustom specific code
  • index.js will be a Fontastic object that uses the files from the lib folder
  • path configuration should be passed to Fontastic and options can be passed to autotrace and fontcustom specific methods.
  • workflow should be handled in Fontastic methods.
  • routes handle transforming req/res specific properties to arguments passed to Fontastic methods.

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.