Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 320 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 320 Bytes

DPLA

This is a DPLA transpiler that turns DPLA code into JavaScript.
Demo: https://dpla.programmeruser.repl.co

Usage

import { run, transpile } from 'https://cdn.jsdelivr.net/gh/DPLA-S/DPLA/src/index.js';
const jsCode = transpile('&& your dpla code to be transpiled');
run('&& your dpla code to be run');