base16

WebJar for base16

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

base16
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

base16
WebJar for base16
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/gaearon/base16-js

Скачать base16

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/base16/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>base16</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/base16/
implementation 'org.webjars.npm:base16:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/base16/
implementation ("org.webjars.npm:base16:1.0.0")
'org.webjars.npm:base16:jar:1.0.0'
<dependency org="org.webjars.npm" name="base16" rev="1.0.0">
  <artifact name="base16" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='base16', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "base16" % "1.0.0"
[org.webjars.npm/base16 "1.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

base16-js

Base16 color schemes as JS objects.

Installation

npm install --save base16

Usage

import { solarized } from 'base16';
console.log(solarized.base00); // #002b36

Contributing

No pull requests changing or adding the themes will be accepted unless they match the changes committed to base16-builder.

Credits

All credits go to Chris Kempson and theme authors. This repository is just a JS mirror of base16-builder schemes.

The original work in creating JS counterparts was performed by @dzannotti as part of his work on Redux DevTools. All I did was extract them into a separate repository.

Версии библиотеки

Версия
1.0.0