1.0.7 • Published 2 years ago
@hyperdart/backend v1.0.7
@hyperdart/backend
Used for creating the frame for sandbox testing of Darts
Installation
npm install --save @hyperdart/backend
Usage
const hDBackend = require('@hyperdart/backend');
const hDConfig = require('hyperdart.config')
function (req, res) {
res.send(hDBackend.createDartFrame(hDConfig))
}