Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.04 KB

BBCodeToJpg - now online

BBCodeToJpg is a simple web tool created with Reactjs.

It can convert a BBCode into HTML and render it within a downloadable image (jpg).



Functionalities & Improvements

  • Custom Configuration

    ~ 'Forum' style configuration is selectable, it will add styling to simulate a post on the Ogame.fr forum.

    ~ 'Custom' option allow you to enter your own css in order to parameters your BBCode classes.

  • Custom bbcode tags

    ? it will be possible to register bbcode tags from the gui in order to expand the parser functionalities.

  • Overview bbcode to jpg preview



Stack & credits

  • ReactJs
  • Bootstrap
  • rasterizehtml : github
  • bbcode-to-react : github