Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
angular-phonetic
Advanced tools
A simple component to aid in rendering ruby text.
See an example here: https://tyrantwave.github.io/angular-phonetic/
npm install --save angular-phonetic
Reference the directive in the main module:
import { AngularPhoneticModule } from 'angular-phonetic';
Then in your base module:
imports: [
AngularPhoneticModule,
]
Use the component, providing the phonetic guide:
<ng-phonetic phonetic="zhōng wén">中文</ng-phonetic>
For browsers that don't support the <ruby>
tag, the brackets used for the phonetic guide can be customised:
<ng-phonetic phonetic="にほんご" brackets="「」">日本語</ng-phonetic>
You can also specify no brackets if required:
<ng-phonetic phonetic="にほんご" brackets="">日本語</ng-phonetic>
Or use the same bracket on both sides:
<ng-phonetic phonetic="조선적" brackets="|">朝鮮的</ng-phonetic>
MIT
FAQs
A simple component to easily render ruby text.
We found that angular-phonetic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.