Skip to content

Latest commit

 

History

History
60 lines (52 loc) · 1.62 KB

index.md

File metadata and controls

60 lines (52 loc) · 1.62 KB
layout hero features
home
name text tagline actions image
Vue Fabric Editor
快速构建图片编辑器
一款基于Fabric + Vue3的开源Web图片编辑器
theme text link
brand
阅读指南
/guide/index
icon title details
🛠️
插件化架构
可自定义素材、右键菜单、快捷键等功能,方便二次开发,轻松扩展。
icon title details
🏖️
简洁易用
以轻量、简洁为主的图形编辑器,而非大而全的在线PS类的重行设计工具。
icon title details
🛍️
功能齐全
自定义模板、渐变、自定义字体等功能,满足轻量图片编辑场景。
<style> :root { --vp-home-hero-name-color: transparent; --vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe 30%, #41d1ff); --vp-home-hero-image-background-image: linear-gradient(-45deg, #bd34fe 50%, #47caff 50%); --vp-home-hero-image-filter: blur(44px); } .icon{ font-size: 30px; } @media (min-width: 640px) { :root { --vp-home-hero-image-filter: blur(56px); } } @media (min-width: 960px) { :root { --vp-home-hero-image-filter: blur(68px); } } </style>