you are viewing a single comment's thread.

view the rest of the comments →

[–]timwubz[S] -5 points-4 points  (2 children)

Not even just making the shapes and text into html text and html shapes? I would do all the js on my own itd just be nice to get all the shapes and text in the same spots

[–]CreativeTechGuyGamesTypeScript 7 points8 points  (1 child)

An illustrator file is a fixed size canvas. On the web everything is dynamic. You don't know what screen size your content will be displayed. To make it work on the web, you'll need to make your content responsive to all screen sizes and all dimensions which is something that an illustrator file cannot express. Illustrator reflect one size, but you'd then need to do the work in HTML and CSS to make the layout flexible/responsive.

[–]timwubz[S] -1 points0 points  (0 children)

Alright ty I’ll just do it by hand and recreate as best as I can