Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/redsift/d3-rs-text-icon


https://github.com/redsift/d3-rs-text-icon

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# d3-rs-text-icon

`d3-rs-text-icon` easily generate a single character icon.

## Builds

[![Circle CI](https://circleci.com/gh/Redsift/d3-rs-text-icon.svg?style=svg)](https://circleci.com/gh/Redsift/d3-rs-text-icon)

## Example

[View @redsift/d3-rs-text-icon on Codepen](https://....)

## Usage

### Browser



var text = d3_rs_text_icon.text();
...

### ES6

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

### Require

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

### Parameters

|Name|Description|Transition|
|----|-----------|----------|
|classed|SVG custom class|N|