0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 13:43:03 -05:00
Commit graph

91 commits

Author SHA1 Message Date
Alex Sánchez
23e97fb3d7
Gradients (#108)
* linear gradient

* radial gradients

* fixes

* fixes
2024-05-13 16:44:00 +02:00
Alex Sánchez
c71eb8e736
Layer Blur (#103)
* layer blur

* changeset
2024-05-13 13:23:19 +02:00
Jordi Sala Morales
2557cbdacc
Implement flatten (#105)
* Implement flatten

* fix comment

* Add changelog
2024-05-13 13:21:46 +02:00
Alex Sánchez
9355f282d0
Fixed line nodes (#96)
* fixed line nodes

* fixed line nodes

* changeset

* changeset

* Update .changeset/new-spiders-travel.md

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-05-10 11:08:00 +02:00
Alex Sánchez
dddc457281
Images (#89)
* wip

* wip

* fix something?

* wip

* wip

* wip

* fixes

* fixes

* stroke image

* wip

* fixes

* fixes

* remove old code

* fix translate fills

* remove penpot public uri

* remove old code

* fix return undefineds

* updated packages

* finish refactor

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-05-09 16:59:27 +02:00
Jordi Sala Morales
2920ac297b
Implement unordered and ordered lists (#88)
* wip

* implement bullet points

* needs more ifs

* refactor

* revert

* refactor

* fix and refactor

* refactor

* refactor

* refactor

* add ordered class

* wip

* wip

* fixes

* package.json

* little refactors

* base list

* fixes

* abstract baselist

* refactors

* refactor

* changeset

* fix eslint issue

* fix

* fixes

* fixes

---------

Co-authored-by: Alex Sánchez <sion333@gmail.com>
2024-05-07 12:18:15 +02:00
Jordi Sala Morales
afa47af0a6
Refactor and simplify code (#85) 2024-05-06 08:06:14 +02:00
Alex Sánchez
4ded73e0e9
Paragraph Spacing & Indent (#84)
* paragraph space and paragraph indent

fixes

fixes

fine tuning

fine tuning

fine tuning

fine tuning

fixes

* wip

* fix

* paragraph space and paragraph indent

* changeset

* Delete .changeset/new-walls-sort.md

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-05-03 13:23:07 +02:00
Alex Sánchez
58f7b0ab2c
Local Fonts (#81)
* moved validate font logic

* google fonts working

* fixes

* minor improvements

* fix linter

* local fonts

* fixes

* Changeset

* changeset

* refactor

* refactor

* update branch

* minor fix

* move files around

* try to refactor

* refactor

* add todo

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor move files to their concrete location

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-04-30 08:00:11 +02:00
Alex Sánchez
8021da2623
Google Fonts (#80)
* moved validate font logic

* google fonts working

* fixes

* minor improvements

* fix linter

* fixes

* Changeset

* refactor

* refactor

* move files around

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-04-29 15:44:49 +02:00
Jordi Sala Morales
881ccabe86
Added text basic properties (#61)
* fixes in text nodes

* fix comment

* allow design.penpot.app

* wip

* wip

* add position data

* wip agaaain

* added translate growtype

* use a random url just to get a 404 on gfonts call

* leave the config, just in case someone wants to try it

* translated line height & letter spacing; Created new type for text positionData

* text strokes

* several fixes

* compiled penpot lib with fix

* updated penpot lib

* fix lint

* remove proxy

* correctly translate font style

* fix grow type to reflect vertical trim

* Fix font segments

* remove comment

* changeset

---------

Co-authored-by: Alex Sánchez <sion333@gmail.com>
2024-04-29 10:17:08 +02:00
Alex Sánchez
59d70d2510
Fix vector shapes to be more precise with what you draw on figma (#76)
* draft

* Add changelog

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-04-26 17:09:57 +02:00
Jordi Sala Morales
e732887399
Add shadows to the export (#58) 2024-04-22 14:35:59 +02:00
Alex Sánchez
c464ff9bda
Added support for corner radius (#57)
* added support for corner radius

* added support for corner radius

* minor fix

* added changelog to prettierignore
2024-04-22 12:50:38 +02:00
Alex Sánchez
30a64ed1b3
Added support for background in pages (#56)
* added support for background in pages

* minor fix

* removed eslint ignore
2024-04-22 10:52:25 +02:00
Alex Sánchez
0be073012d
added proportion lock to all current nodes that support it (#51) 2024-04-19 12:18:12 +02:00
Alex Sánchez
44d691e7c3
fixed clip content in frames (#50) 2024-04-19 11:40:50 +02:00
Jordi Sala Morales
f469fc1f37
avoid error when unsupported nodes, fills or other kind of elements. Improve error messages (#49) 2024-04-19 09:48:19 +02:00
Alex Sánchez
c114bd0b98
Strokes (#44)
* strokes

* adjust a few types

* simplify

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-04-18 09:42:45 +02:00
Alex Sánchez
e2b5b4a7ea
Solid Fills (#39)
* structure for fills

* structure for fills in text and improvements

* fixes

* improvements
2024-04-17 15:27:53 +02:00
Jordi Sala Morales
ebdf3ad9c3
Frames & Sections (#38)
* Implement Frames and Sections exportation

* add blend modes
2024-04-17 11:38:13 +02:00
Alex Sánchez
c9f8a0dcd2
Vectors - Line & Arrow (#37)
* lines & arrows draft

* simplify vectors

* try to refactor

* remove comments

* add more clarity to code

* fix translate strokes

* minor style fix

* fix for vectors without geometry

* reduce code

---------

Co-authored-by: Alex Sánchez <alejandro@runroom.com>
Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-04-17 10:53:38 +02:00
Jordi Sala Morales
73ccf83657
Vectors - Pen & pencil (#35)
* path shapes

* add polygon node

* wip vector

* implement translation of commands and paths

* vectors and polygon

* strokes

* star

* deformed shapes

* simplify star

* simplify star

* fix transformers

---------

Co-authored-by: Alex Sánchez <sion333@gmail.com>
2024-04-16 16:08:39 +02:00
Alex Sánchez
7f87c1e199
removed rotations 2024-04-16 11:11:58 +02:00
Jordi Sala Morales
9df47e496f
madness 2024-04-16 08:46:12 +00:00
Alex Sánchez
eca913eadc
fix rotation matrix 2024-04-16 10:20:57 +02:00
Alex Sánchez
440ce8f4eb
fix rotation matrix 2024-04-16 10:17:28 +02:00
Jordi Sala Morales
dbd0d7f5bd
try to rotate 2024-04-15 16:50:58 +00:00
Jordi Sala Morales
01a4fa5622
add block concept 2024-04-15 16:30:51 +00:00
Jordi Sala Morales
b8058dc0ee
refactor blend 2024-04-15 16:18:58 +00:00
Alex Sánchez
2869673f9c
circle 2024-04-15 15:47:41 +02:00
Alex Sánchez
48a80a702d
opacity 2024-04-15 14:17:22 +02:00
Alex Sánchez
c56726bd58
opacity 2024-04-15 14:12:33 +02:00
Alex Sánchez
0bcfd7cd71
fix 2024-04-15 14:09:48 +02:00
Jordi Sala Morales
4703ad9d10
Merge branch 'feature/rect-shape' of github.com:Runroom/penpot-exporter-figma-plugin into feature/rect-shape 2024-04-15 12:06:45 +00:00
Jordi Sala Morales
2609710508
add transformChildren 2024-04-15 12:06:38 +00:00
Alex Sánchez
6f4c56bc2c
merge 2024-04-15 14:06:23 +02:00
Alex Sánchez
e3906b62e2
blend modes 2024-04-15 14:03:30 +02:00
Jordi Sala Morales
590a3f7c62
Implement partial transformers 2024-04-15 11:58:51 +00:00
Jordi Sala Morales
e6a86795e6
fix things related to types 2024-04-15 11:48:04 +00:00
Jordi Sala Morales
5c58d53e60
replace webpack for esbuild (#17) 2024-04-12 18:52:19 +02:00