https://github.com/redsift/d3-rs-text-icon
https://github.com/redsift/d3-rs-text-icon
Last synced: 3 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T17:52:39.000Z (over 8 years ago)
- Last Synced: 2025-02-11T09:47:16.992Z (5 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 20
- 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
[](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|