Skip to content

A series of game assets in a cell-shaded art style developed for react web games.

Notifications You must be signed in to change notification settings

equal-io/Cell-Shaded-Assets

Repository files navigation

🚧 UNDER CONSTRUCTION

🎮 Cell Shaded Game Assets

This library is designed to be a collection of game assets inspired by cell shaded art. These assets are developed in React using Typescript for

💻 Installation

Looking to add this library to your project? Our project is available on GitHub and can be installed using npm or yarn easily.

NPM

npm install @equal-io/Cell-Shaded-Assets 

Yarn

yarn add  @equal-io/Cell-Shaded-Assets

🛠 Usage

Building with our library is easy and for a full breakdown of each component you can check out our 📕 storybook docs here.

A small example:

import { Button } from "@equal-io/Cell-Shaded-Assets";

function YourCoolComponet(){
    return (
        <div>
            <Button label="Click Me!" color="blue" />
        </div>
    )
}

Looking to add to the library? Head on over to here.

About

A series of game assets in a cell-shaded art style developed for react web games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published