0.1.4 • Published 5 years ago

@tsabak/animated-logo v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Logo Web Component with animated (Atari like) gradient rainbow background.
Uses ES6 modules, compatible with browsers supporting mask CSS property.

Demo

run index.html from ./dist folder

How to use:

Import to your project

import { AnimatedLogo } from '@tsabak/animated-logo';

or add directly into HTML

<script src="./animated-logo.js" type="module"></script>

and add custom element to your html

<animated-logo src-image="./my-logo.svg"></animated-logo>
0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago