Skip to content

Dev Build: v0.0.1 (build #3)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Mar 00:41
2a497a8

Dev Pre-release

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

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

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.