An open API service indexing awesome lists of open source software.

https://github.com/redsift/d3-rs-console


https://github.com/redsift/d3-rs-console

Last synced: 6 months ago
JSON representation

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

[![Circle CI](https://circleci.com/gh/Redsift/d3-rs-console.svg?style=svg)](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|