0.0.3 • Published 8 years ago

@redsift/d3-rs-console v0.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

d3-rs-console

d3-rs-console is a component for creating animateable terminal frame in a SVG container.

Builds

Circle CI

Example

View @redsift/d3-rs-console on Codepen

Usage

Browser

<script src="//static.redsift.io/reusable/d3-rs-console/latest/d3-rs-console.umd-es2015.min.js"></script>
<script>
	var text = d3_rs_console.svg();
	...
</script>

ES6

import { text } from "@redsift/d3-rs-console";
let eml = text.svg();
...

Require

var text = require("@redsift/d3-rs-console");
var eml = text.svg();
...

Parameters

NameDescriptionTransition
classedSVG custom classN
x,y,width,heightpx valuesY
appearancethemeN