Skip to content

🎀 Only 1kb javascript gist to generate a ribbon in your website with HTML5 canvas.

License

Notifications You must be signed in to change notification settings

hustcc/ribbon.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 26, 2018
e5f9a29 Â· May 26, 2018

History

6 Commits
May 26, 2018
Nov 22, 2016
May 26, 2018
Nov 22, 2016
May 25, 2018
Nov 22, 2016
Nov 22, 2016
Nov 22, 2016
Feb 21, 2017
May 26, 2018
May 26, 2018

Repository files navigation

ribbon.js

Only 1kb javascript gist to generate a ribbon in your website with HTML5 canvas. Code from evanyou.

travis-ci

1. usage

Very easy and simple.

insert the code below between <body> and </body>.

<script src="dist/ribbon.min.js"></script>

Suggest before the tag </body>, like below:

<html>
<head>
	...
</head>
<body>
	...
	...
	...
	<script src="dist/ribbon.min.js"></script>
</body>
</html>

Please do not add the code in the <head> </head>. then ok!

2. config

  • size: the size of ribbon, default: 90.
  • alpha: the opacity of line (0 ~ 1), default: 0.6.
  • zIndex: the index of z space, default: -1.

Example:

<script type="text/javascript" size="150" alpha='0.3' zIndex="-2" src="dist/ribbon.min.js"></script>

Set the config on the script node as a attribute. all the config has the default value, you can choose to set any of them, or none of them.

3. preview

screenshot

4. other

The project source comes from http://evanyou.me/.

About

🎀 Only 1kb javascript gist to generate a ribbon in your website with HTML5 canvas.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published