mybackground
v1.0.0
Published
just testing
Readme
DO NOT USE, JUST FOR TESTING
if used it sets a gradient background.
Installation
npm i myBackground --save
inport { myBackground } from 'myBackground';
myBackground({
color1: #ffffff,
color2: #111111
});Options
you need to input two colors as hex-values
