-
Notifications
You must be signed in to change notification settings - Fork 5
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
Any Updates #9
Comments
Well I have been working on the npm-packaging branch like a month ago but it's not ready for merge. I use browserify and babel to create an exportable library bundle. My main problem was that most dependencies were too old to be found on npm. |
@victoryhb I merged today the branch npm-packaging. App is now bundled in a single file with browserify which make the integration in any other application way more easy. I provided 3 kind of examples with vanilla js, react and ng2. There's still some work to be done but it's generally working well. Note that fonts as well as some images aren't loaded correctly at this point. |
Great work! Looking forward to more great news from you! |
@victoryhb I'm actively working on the brat editor for next couple months. Do you have any time to contribute or any specific needs? I'll focus on the ng2 integration since it's how we are gonna use the editor. |
@Renaud009 for curiosity... are you planning to keep all the backend code in the repo? |
@Renaud009 Glad to hear your plans. I'm interested in making the editor work on mobile devices and am willing to contribute my little bit toward that end. Any idea on this? |
@victoryhb I haven't tested but it shouldn't be a problem to run brat in a mobile web site or a web view, the engine is definitly responsive. The only concerns would probably be the lack of SVG support for old Android devices (before Android 3.0). @reckart Most backend code (if not all) is already gone. |
Hi Renaud,
Just wondering if there are any updates to the editor recently?
Thanks,
Victor
The text was updated successfully, but these errors were encountered: