css-font-stretch-keywords

WebJar for css-font-stretch-keywords

Лицензия

Лицензия

MIT
Категории

Категории

KeY Данные Data Formats Formal Verification
Группа

Группа

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

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

css-font-stretch-keywords
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

css-font-stretch-keywords
WebJar for css-font-stretch-keywords
Ссылка на сайт

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

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

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

https://github.com/jedmao/css-font-stretch-keywords

Скачать css-font-stretch-keywords

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

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

Зависимости

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

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

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

css-font-stretch-keywords

List of CSS font stretches:

  • normal
  • condensed
  • semi-condensed
  • extra-condensed
  • ultra-condensed
  • expanded
  • semi-expanded
  • extra-expanded
  • ultra-expanded

Installation

npm install css-font-stretch-keywords [--save[-dev]]

Usage

var fontStretchKeywords = require('css-font-stretch-keywords');
fontStretchKeywords; /*
[
	"normal",
	"condensed",
	"semi-condensed",
	"extra-condensed",
	"ultra-condensed",
	"expanded",
	"semi-expanded",
	"extra-expanded",
	"ultra-expanded"
]
*/

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

Версия
1.0.1