Giter Site home page Giter Site logo

korra's Introduction

Korra

The revolution of avatars


Installation

Check the registry

npm install korra # using npm
# or
yarn add korra # using yarn

Idea

A package that generates a unique avatar image based on parameters extracted from a users username.

Parameters

Example parameters:

  • length
  • letters
  • numbers
  • other characters
  • uppercase letters
  • lowercase letters
  • vowels
  • consonants
  • first character

These will be used to calculate a visual representation.

Visual representation

Ideas

  • SVG

SVG

Scalable Vector Graphics

From MDN

Scalable Vector Graphics (SVG) are an XML-based markup language for describing two-dimensional based vector graphics.

As such, it's a text-based, open Web standard for describing images that can be rendered cleanly at any size and are designed specifically to work well with other web standards.

SVG drawings and images are created using a wide array of elements which are dedicated to the construction, drawing, and layout of vector images and diagrams (see element reference).

Good reads about SVG


Development

Patch a new version

npm version patch

Publish new version

npm publish

Important setup details

tsconfig.json

  • Add "declaration": true (tsc will export type definitions)

package.json

  • Add "files": ["dist/**/*"] (or wherever your compiled code is) to include files for package
  • Add prepare, prepublishOnly, preversion, version and postversion scripts for automated versioning
  • Add personal info

korra's People

Contributors

axtck avatar

Watchers

 avatar

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.