https://github.com/asciidoctor/opal-node-runtime
⚡️ Opal Runtime specifically designed for Asciidoctor
https://github.com/asciidoctor/opal-node-runtime
asciidoctor javascript opal
Last synced: over 1 year ago
JSON representation
⚡️ Opal Runtime specifically designed for Asciidoctor
- Host: GitHub
- URL: https://github.com/asciidoctor/opal-node-runtime
- Owner: asciidoctor
- License: mit
- Created: 2019-01-26T15:45:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T14:38:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T10:08:34.140Z (almost 2 years ago)
- Topics: asciidoctor, javascript, opal
- Language: JavaScript
- Homepage:
- Size: 1.2 MB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opal Runtime for Asciidoctor.js
[](https://github.com/asciidoctor/opal-node-runtime/actions/workflows/build.yml)
[](https://www.npmjs.com/package/@asciidoctor/opal-runtime)
: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
```javascript
import Opal from '@asciidoctor/opal-runtime'
// Now let's have fun with Opal!
```
This library is also available as a CommonJS module:
```javascript
const Opal = require('@asciidoctor/opal-runtime')
// Now let's have fun with Opal!
```