fari

1.0.7 • Public • Published

Fari

A lightweight JavaScript library for creating virtual tours

Features

With Fari, you can easily integrate virtual tours into your own website.

Installation

You can install Fari from the npm with the following command:

npm install fari

Usage

Read the documentation to learn how to use this library.

Code example:

import { VirtualTour } from 'fari';

const tour = new VirtualTour("scenes.json", "tour-div", "pano-images");
tour.start();

Contributing

Contributions to this project are welcome!

If you encounter any problems, find a bug or have feature requests, please open an issue.

Support

If you find Fari helpful, consider supporting its development by buying me a coffee!

Buy Me A Coffee

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i fari

    Weekly Downloads

    2

    Version

    1.0.7

    License

    Apache-2.0

    Unpacked Size

    200 kB

    Total Files

    8

    Last publish

    Collaborators

    • maxmmueller