Skip to content

Commit

Permalink
Remove example
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Feb 25, 2024
1 parent 4b187ac commit 0f42c12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions index.d.ts
Expand Up @@ -270,10 +270,6 @@ import figures, {replaceSymbols} from 'figures';
console.log(replaceSymbols('✔︎ check'));
// On terminals with Unicode symbols: ✔︎ check
// On other terminals: √ check
console.log(replaceSymbols('✔︎ check', {useFallback: true}));
// On terminals with Unicode symbols: √︎ check
// On other terminals: √ check
```
*/
export function replaceSymbols(string: string, options?: Options): string;
4 changes: 0 additions & 4 deletions readme.md
Expand Up @@ -32,10 +32,6 @@ console.log(fallbackSymbols.tick);
console.log(replaceSymbols('✔︎ check'));
// On terminals with Unicode symbols: ✔︎ check
// On other terminals: √ check

console.log(replaceSymbols('✔︎ check', {useFallback: true}));
// On terminals with Unicode symbols: √︎ check
// On other terminals: √ check
```

## API
Expand Down

0 comments on commit 0f42c12

Please sign in to comment.