servo-skia 0.30000007.0

2D graphic library for drawing Text, Geometries, and Images
Documentation
# Poppler, assuming it's been installed to the (Linux) system.
{
    'targets': [{
        'target_name': 'poppler',
        'type': 'none',
        'direct_dependent_settings': {
            'libraries': [
                '-lpoppler-cpp',
            ],
            'include_dirs': [
                '/usr/include/poppler/cpp',
            ],
        },
    }],
}