Andreas Burbach

Results 9 comments of Andreas Burbach

Because everything i use here is non-public, is solved it with reflection ```cs var bindingFlags = System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance; var methodInfo = docRenderer.FormattedDocument.GetType().GetMethod("GetRenderInfos", bindingFlags); var renderInfos = (object[])methodInfo.Invoke(docRenderer.FormattedDocument, new object[]...

well i could help, i'm really into this Projekt. I used it and modified it massively for my solutions. ;)

@Othman2001 because i made this for a company and i modified the editor to a pdf creation editor, i can't do this. But what i can do is to create...

Created a fork of this project, but first of all i will only create a repo for the image editor https://github.com/AndreasBurbach/react-image-design-editor

as i think, this projekt is not ment to use as npm package. You need to copy the code of the editor in you project by yourself. Otherwise you can't...

If you want to change it on your own: the possibility to move the points of a polygon is shown here http://fabricjs.com/custom-controls-polygon the editor just needs some modification

Created a fork of this project, but first of all i will only create a repo for the image editor https://github.com/AndreasBurbach/react-image-design-editor

I created a pullrequest for this... #217