Socket
Socket
Sign inDemoInstall

aframe-text-plane

Package Overview
Dependencies
37
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aframe-text-plane

A wrapper for THREE.TextPlane.


Version published
Weekly downloads
4
increased by100%
Maintainers
1
Install size
10.1 kB
Created
Weekly downloads
 

Readme

Source

aframe-text-plane

A wrapper for THREE.TextPlane.

demo

Try it out!

setup

npm

npm i aframe-text-plane

import AFRAME from 'aframe';
import 'aframe-text-plane';

browser

<script src="https://unpkg.com/aframe"></script>
<script src="https://unpkg.com/aframe-text-plane"></script>

properties

nametypedefault
alignment'string''center'
backgroundColor'color''rgba(0,0,0,0)'
color'color''#fff'
fog'boolean'false
fontFamily'string''sans-serif'
fontSize'number'1
fontStyle'string''normal'
fontVariant'string''normal'
fontWeight'string''normal'
lineGap'number'0.25
opacity'number'1
padding'number'0.5
strokeColor'color''#fff'
strokeWidth'number'0
text'string'''
transparent'boolean'true

Keywords

FAQs

Last updated on 18 Dec 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc