Skip to content
New issue

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

Feat/text overrides #65

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Feat/text overrides #65

wants to merge 20 commits into from

Conversation

viveknigam3003
Copy link
Owner

Added Textbox Overrides to support

  • Rounded corners
  • Borders - dashed, solid
  • Linear/Radial Gradients
  • Text transform

Copy link

vercel bot commented Feb 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
canvas-editor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2024 4:43pm

@@ -180,7 +183,7 @@ function App() {
key: 'showPlugins',
defaultValue: 'false',
});
const [showRuler, setShowRuler] = useState(true);
const [showRuler, setShowRuler] = useState(false);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall we disable ruler by default? i know we face sometimes issue in dev mode

@akram-r
Copy link
Collaborator

akram-r commented Feb 6, 2024

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants