trans-render
v0.0.850
Published
Instantiate an HTML Template
Downloads
2,285
Readme
trans-render
Documentation for trans-render has left the building
This package has grown and grown, to the point that it no longer makes sense to document it via a single read me file.
As such, the documentation has moved to the associated wiki. Happy reading!
Viewing Your Element Locally
Any web server that can serve static files will do, but...
- Install git.
- Fork/clone this repo.
- Install node.js.
- Install python v3 or later.
- Open command window to folder where you cloned this repo.
npm install
npm run serve
- Open http://localhost:8000/demo/ in a modern browser.
Running Tests
> npm run test
Using from ESM Module:
import {Transform} frm 'trans-render/Transform.js';
Using from CDN:
<script type=module crossorigin=anonymous>
import {Transform} from 'https://esm.run/trans-render';
</script>