Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

BookYourself/xml-to-tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xml_to_tiles

Small library to convert xhtml to tiles on the fly.

Usage

import 'package:xml_to_tiles/xml_to_tiles.dart';

main() {
  mountComponent(xmlToTiles('''
    <div>
      <span>
        Hello world!
      </span>
    </div>
  '''), container);
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

Small library for live converting from xhtml to tiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published