Skip to content
/ nord-js Public

A Nord theme port for JavaScript/TypeScript

License

Notifications You must be signed in to change notification settings

mgred/nord-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nord JS

A Nord theme port for JavaScript/TypeScript

Installation

npm i --save nord-js

Usage

CommonJS/Node

const Color = require("nord-js");

ESM/TS

import * as Color from "nord-js";

Browser

<script src="/path/to/index.js"></script>

License

MIT

About

A Nord theme port for JavaScript/TypeScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published