https://github.com/justjavac/deno_letter_spacing
Set the horizontal spacing behavior between text characters.
https://github.com/justjavac/deno_letter_spacing
deno deno-letter-spacing deno-module text text-characters
Last synced: 3 months ago
JSON representation
Set the horizontal spacing behavior between text characters.
- Host: GitHub
- URL: https://github.com/justjavac/deno_letter_spacing
- Owner: justjavac
- License: mit
- Created: 2020-08-21T13:10:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T15:44:52.000Z (almost 5 years ago)
- Last Synced: 2025-03-12T09:47:43.685Z (4 months ago)
- Topics: deno, deno-letter-spacing, deno-module, text, text-characters
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# deno_letter_spacing
[](https://github.com/justjavac/deno_letter_spacing/releases)
[](https://github.com/justjavac/deno_letter_spacing/actions)
[](https://github.com/justjavac/deno_letter_spacing/blob/master/LICENSE)Set the horizontal spacing behavior between text characters.
## Usage
```js
import space from 'https://deno.land/x/letter_spacing/mod.ts';space('As much mud in the streets as if the waters had but newly retired from the face of the earth', 1);
```Results in:
```
A s m u c h m u d i n t h e s t r e e t s a s i f t h e w a t e r s h a d b u t n e w l y r e t i r e d f r o m t h e f a c e o f t h e e a r t h
```## Example
```bash
deno run https://deno.land/x/text_indent/example.ts
```## License
[deno_letter_spacing](https://github.com/justjavac/deno_letter_spacing) is released under the MIT License. See the bundled [LICENSE](./LICENSE) file for details.