Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redsift/d3-rs-text-icon
https://github.com/redsift/d3-rs-text-icon
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/redsift/d3-rs-text-icon
- Owner: redsift
- License: mit
- Created: 2016-05-17T18:54:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T17:52:39.000Z (almost 8 years ago)
- Last Synced: 2024-04-09T15:18:42.745Z (7 months ago)
- Language: JavaScript
- Size: 12.7 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-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();
...
### Requirevar text = require("@redsift/d3-rs-text-icon");
var eml = text.text();
...### Parameters
|Name|Description|Transition|
|----|-----------|----------|
|classed|SVG custom class|N|