1.1.0 • Published 5 years ago

@solid/context v1.1.0

Weekly downloads
56
License
MIT
Repository
github
Last release
5 years ago

A handy JSON-LD context for Solid

This module contains a JSON-LD context for use with Solid apps and libraries.

npm version

This is not “the” Solid context (there is no such thing), but rather a useful one for your projects. For example, LDflex for Solid relies on this module.

Usage

You can require the context:

const context = require('@solid/context');

Or import it:

import context from '@solid/context';

Or refer to the file:

const context = require('@solid/context/context.json');

Installation

npm install @solid/context

License

©2018–present Ruben Verborgh, MIT License.