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: project #1

Open
wants to merge 117 commits into
base: master
Choose a base branch
from
Open

feat: project #1

wants to merge 117 commits into from

Conversation

OzakIOne
Copy link
Owner

@OzakIOne OzakIOne commented Jan 5, 2024

https://local-og-image-generator-web-git-ozaki-project-ozakione.vercel.app/api/param?type=doc&title=Test

  • decouper le projet en brique technique
    • un package technique qui fait la generation du svg (sans write sur le DD) et ensuite on obtient le png buffer (a l'user de decider ce quil en fait) (utilisable coter node et coter edge)
    • package pour les noeuds docusaurus (style jsx)
    • enlever le read FS, osef du frontmatter
    • seul endroit pour ecrire un fichier cest dans le cli ou lutilisateur choisis
    • 4 package : svgPng, web, cli, nodes
    • service web, fournir le logo en url
    • web package use @ozaki/shared without errors
    • shared fonts
    • web fonts as parameters
    • change svg logo query string and param cli
    • web package use generate package
    • pass them nodes as parameters, not depedencies
    • zod and node type in each node
    • zod coerces values
    • remove next
    • improves types (tags type union for example)
    • cli multiple command

Copy link

vercel bot commented Jan 5, 2024

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

Name Status Preview Comments Updated (UTC)
local-og-image-generator-test-doc ❌ Failed (Inspect) Jun 1, 2024 9:04pm
local-og-image-generator-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 1, 2024 9:04pm

@OzakIOne
Copy link
Owner Author

There is some problem with vercel edge function when using shared packages we get
edgeFunction is not a function vercel

Removed circular deps between node and shared, moved nodes to shared

Removed types package useless because types are coming from zod in
shared

 Refactor cli using types

 Removed unused deps with bunx knip

Components prop types refactor to zod
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.

None yet

1 participant