Socket
Socket
Sign inDemoInstall

aframe-text-sprite

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aframe-text-sprite

A wrapper for THREE.TextSprite.


Version published
Weekly downloads
6
decreased by-14.29%
Maintainers
1
Weekly downloads
 
Created
Source

aframe-text-sprite

A wrapper for THREE.TextSprite.

demo

Try it out!

setup

npm

npm i aframe-text-sprite

ES module

import 'aframe';
import 'aframe-text-sprite';

browser

<script src="https://unpkg.com/aframe/dist/aframe-master.min.js"></script>
<script src="https://unpkg.com/aframe-text-sprite"></script>

properties

propertytypedefault
align'string''center'
fillStyle'color''#fff'
fog'boolean'false
fontFamily'string''sans-serif'
fontSize'number'1
fontStyle'string''normal'
fontVariant'string''normal'
fontWeight'string''normal'
lineGap'number'0.15
opacity'number'1
padding'number'0.25
strokeStyle'color''#000'
strokeWidth'number'0
text'string'''
transparent'boolean'true

Keywords

FAQs

Package last updated on 15 Oct 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc