3.0.1 • Published 1 year ago

@asciidoctor/opal-runtime v3.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Opal Runtime for Asciidoctor.js

Build npm version

:fire: CAUTION: This library is a highly optimized version of the Opal runtime that contains the bare minimum to run Asciidoctor. If you are looking for a general purpose Opal runtime, please use https://www.npmjs.com/package/opal-runtime.

Usage

import Opal from '@asciidoctor/opal-runtime'
// Now let's have fun with Opal!

This library is also available as a CommonJS module:

const Opal = require('@asciidoctor/opal-runtime')
// Now let's have fun with Opal!