Skip to content

Dev Build: v0.0.1 (build #2)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Mar 22:44
· 2 commits to dev since this release
7100316

Dev Pre-release

Not intended for production. This is an automated build from the dev branch.

Version 0.0.1
Commit 7100316
Triggered by @ProfessorBlackman
Branch dev
Build #2

Install locally for testing

  1. Download dist.zip from the assets below and unzip it.
  2. Add the extracted folder as a local dependency in your project:
    # npm
    npm install /path/to/dist
    
    # pnpm
    pnpm add /path/to/dist
    
    # yarn
    yarn add /path/to/dist
  3. Import as usual:
    import { GyeNyame } from 'ghicons';

Maintainers: once validated, merge dev into master to trigger the production release.