UNPKG

@vivliostyle/core

Version:

Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support

61 lines (42 loc) • 2.74 kB
# Vivliostyle Core [![npm][npm]][npm-url] [![npm][npm-next]][npm-url] [![Build Status][build-status]][build-status-url] [![deps][deps]][deps-url] [![Install Size][size]][size-url] [![Downloads][downloads]][downloads-url] Vivliostyle Core library for HTML+CSS typesetting with EPUB/Web publications support šŸŒ [Vivliostyle website](https://vivliostyle.org) šŸ“– [Documents](https://vivliostyle.org/documents/) šŸ¤ [Join Community](https://vivliostyle.org/community/) ## Integrate Vivliostyle Core in your project ``` npm install @vivliostyle/core ``` See [API Reference](https://docs.vivliostyle.org/#/api). ## Vivliostyle official packages using Vivliostyle Core - [Vivliostyle Viewer](https://github.com/vivliostyle/vivliostyle.js/tree/master/packages/viewer), CSS typesetting and rich paged viewing in your browser - [Vivliostyle CLI](https://github.com/vivliostyle/vivliostyle-cli), a command-line interface for Vivliostyle. - [Vivliostyle Print](https://github.com/vivliostyle/vivliostyle-print), allows page-layouting using the Vivliostyle Core for printing within a website without destroying the original layout. ## Development - [Contribution Guide](https://github.com/vivliostyle/vivliostyle.js/tree/master/CONTRIBUTING.md) for development setup. - [Development Wiki](https://github.com/vivliostyle/vivliostyle.js/wiki/Development). ## License Licensed under [AGPL Version 3](https://www.gnu.org/licenses/agpl-3.0.html). Vivliostyle Core is implemented based on [Peter Sorotokin's EPUB Adaptive Layout implementation](https://github.com/sorotokin/adaptive-layout), which is licensed under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). Vivliostyle Core contains following components: - [fast-diff](https://www.npmjs.com/package/fast-diff) - Licensed under [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) ## Other Documentation - [Vivliostyle Documents](https://vivliostyle.org/documents/) [npm]: https://img.shields.io/npm/v/@vivliostyle/core/latest [npm-next]: https://img.shields.io/npm/v/@vivliostyle/core/next [npm-url]: https://www.npmjs.com/package/@vivliostyle/core [build-status]: https://travis-ci.com/vivliostyle/vivliostyle.js.svg?branch=master [build-status-url]: https://travis-ci.com/vivliostyle/vivliostyle.js [deps]: https://img.shields.io/david/vivliostyle/vivliostyle.js?path=packages/core [deps-url]: https://david-dm.org/vivliostyle/vivliostyle.js/?path=packages/core [size]: https://packagephobia.now.sh/badge?p=@vivliostyle/core [size-url]: https://packagephobia.now.sh/result?p=@vivliostyle/core [downloads]: https://img.shields.io/npm/dw/@vivliostyle/core.svg [downloads-url]: https://www.npmjs.com/package/@vivliostyle/core