Skip to content
On this page

Home > entanclature

entanclature package

A library for Entanglement Nomenclature.

Remarks

This module exports only one function entanclature to handle the Entanglement Nomenclature. entanclature accepts a URL or file path (Node.js only) as an argument and it always returns a fixed data structure.

Functions

FunctionDescription
fromFile(path, meta, opts)*Process the image from the file path.
fromURL(url)*Process the image from the URL.
router(url)*Route for different parameters.
router(path, meta, opts)*Route for different parameters.

Variables

VariableDescription
entanclatureThis is the main function of this project!
GRAMMARThe relationship between MIME Type, Mark and Ext.

Type Aliases

Type AliasDescription
DecodedAll the information needed to encode an image.
EncodedRecord the encoded information.
ExtAvailable file extensions.
MarkAvailable type identifiers.
MetaAn array, describe how to transform the images.
OptsSet baseURL, fileDir and an optional ext.
QualityAvailable quality identifiers.
Resultthe results.
TypeAvailable MIME types.
ValueOfGet all possible values of T.

Released under the CC-BY-SA-4.0 License.