Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

canvas-matrix.js

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-matrix.js

An amazing backgroud effect of website draw on canvas.

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Canvas Matrix

An amazing backgroud effect of website draw on canvas. It shows text flying in and out like as seen in "The Matrix" movie.

WARNING: DO NOT SUPPORT IE.

Preview

Preview Preview Link

Feature

  • No jQuery.
  • Small size, less than 2Kb.
  • Easy to implement, simple configuration.
  • You do not have to be a web developer to use it.

How to use

Download:

# Clone this repository
git clone https://github.com/stevenjoezhang/canvas-matrix.js.git
# Go into the repository
cd canvas-matrix.js

then add this script to your html page:

<script src="path/to/canvas-matrix.js"></script>

or:

<script src="path/to/canvas-matrix.min.js"></script>

Using CDN

<script src="https://cdn.jsdelivr.net/gh/stevenjoezhang/canvas-matrix.js/canvas-matrix.min.js"></script>

Config

  • size font-size in px
  • font font-name

For example:

<script src="path/to/canvas-matrix.js" size="20" font="arial"></script>

Credits

  • Mimi Developer of this project.

License

Released under the GNU General Public License v3
http://www.gnu.org/licenses/gpl-3.0.html

TODO

  • Add more chars like さかもとですか

FAQs

Package last updated on 08 Jul 2020

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