We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在第 61 期的文章中推荐了一个开源的JS库, grade-js, 这个库可以获取图像的2种主色并生成互补渐变的背景, #506
基于这个JS库, 我做了一个在线的网站, 支持拖入或者点击上传本地图片, 程序自动读取图片的2个主色, 并设置成全屏的渐变背景色.
之后可以点击 [下载] 按钮, 可以下载渐变背景图片, 也可以查看HTML渐变背景的相关代码.
比如输入下面这张图片:
生成的背景效果如下图:
点击 [ 下载 ] 按钮之后, 你就可以得到下面这张渐变背景图片:
对应的html背景色的代码如下:
<div style="height: 1080px; background-image: linear-gradient(135deg, rgb(242, 155, 153) 0%, rgb(60, 1, 146) 75%)"></div>
项目地址: https://github.com/jwenjian/gradex 在线地址: https://jwenjian.github.io/gradex/
支持显示为: 中文 / 英文
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在第 61 期的文章中推荐了一个开源的JS库, grade-js, 这个库可以获取图像的2种主色并生成互补渐变的背景, #506
基于这个JS库, 我做了一个在线的网站, 支持拖入或者点击上传本地图片, 程序自动读取图片的2个主色, 并设置成全屏的渐变背景色.
之后可以点击 [下载] 按钮, 可以下载渐变背景图片, 也可以查看HTML渐变背景的相关代码.
比如输入下面这张图片:
生成的背景效果如下图:
点击 [ 下载 ] 按钮之后, 你就可以得到下面这张渐变背景图片:
对应的html背景色的代码如下:
项目地址: https://github.com/jwenjian/gradex
在线地址: https://jwenjian.github.io/gradex/
支持显示为: 中文 / 英文
The text was updated successfully, but these errors were encountered: