japanese fonts for aframe
npm install aframe-japanese-fontInstall with npm:
npm install aframe-japanese-font
CAUTION: these files are very large.
It is recommended that you do not import directly and treat them as static files.
For example, deploy them to public folders and retrieve them on demand.
it needs [font name]-msdf.json and [font name]-msdf.png.
``html`
font="noto-sans-cjk-jp-msdf.json"
font-image="noto-sans-cjk-jp-msdf.png"
negate="false"
scale="2 2 1"
position="0 1 -4"
>
- Update the source, do npm run build and commit it.version
- Increment the in package.json.(not to commit)
- And then:
`sh``
npm run release -- --release-as [version]
git push --follow-tags origin main
npm publish