text-cache

WebJar for text-cache

Лицензия

Лицензия

MIT
Группа

Группа

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

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

text-cache
Последняя версия

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

4.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

text-cache
WebJar for text-cache
Ссылка на сайт

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

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

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

https://github.com/gl-vis/text-cache

Скачать text-cache

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : vectorize-text jar [3.2.1,4)

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

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

text-cache

A cache of generated vector font meshes. This is an internal module used to share generated fonts/glyphs across gl-vis packages.

API

require('text-cache')(font, str)

Generates a vectorized text mesh.

  • font is the font to use
  • str is the string to generate

Returns A triangulation encoding the vectorized text string.

License

(c) 2015 Mikola Lysenko. MIT License

org.webjars.npm

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

Версия
4.2.2
4.2.1
4.2.0