@welib/n3-esm

0.0.6 • Public • Published

This is a fork of the rdfjs/N3.js project suitable for use in the browser. Specifically, this fork means to obviate any need for using a bundler such as webpack or browserify so that the code can be imported directly from caches like unpkg.com with minimal importmaps.

<html>
  <script type="importmap">
    {
      "imports": {
        "n3": "https://unpkg.com/@welib/n3-esm/n3.js"
      }
    }
  </script>
  <script type="module">
    import {Parser} from "n3";
  </script>
</html>

Readme

Keywords

none

Package Sidebar

Install

npm i @welib/n3-esm

Weekly Downloads

0

Version

0.0.6

License

none

Unpacked Size

437 kB

Total Files

26

Last publish

Collaborators

  • rremer