https://github.com/redsift/d3-rs-console
https://github.com/redsift/d3-rs-console
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redsift/d3-rs-console
- Owner: redsift
- License: mit
- Created: 2016-05-16T12:27:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T17:51:36.000Z (over 9 years ago)
- Last Synced: 2024-04-09T15:18:42.497Z (about 2 years ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# d3-rs-console
`d3-rs-console` is a component for creating animateable terminal frame in a SVG container.
## Builds
[](https://circleci.com/gh/Redsift/d3-rs-console)
## Example
[View @redsift/d3-rs-console on Codepen](https://codepen.io/rahulpowar/pen/pyOjoX/)
## Usage
### Browser
var text = d3_rs_console.svg();
...
### 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
|Name|Description|Transition|
|----|-----------|----------|
|classed|SVG custom class|N|
|x,y,width,height|px values|Y|
|appearance|theme|N|