LDflex / LDflex-Comunica

Comunica query engine support for the LDflex language
MIT License
16 stars 5 forks source link

how to use it in browser #14

Closed yukulele closed 5 years ago

yukulele commented 5 years ago

readme example seem to use nodejs

const { PathFactory } = require('ldflex');

how to import ldflex-communica (and ldflex) in browser?

RubenVerborgh commented 5 years ago

The same, and then compile using a tool such as webpack.

Browser builds are also available at https://github.com/solid/query-ldflex/.