Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.17 KB

dev.md

File metadata and controls

32 lines (19 loc) · 1.17 KB

Iconify icon finder

Iconify icon finder is a package for searching and browsing icons. It uses Iconify API as a source, providing access to over 100,000 icons.

This package

This package is a base package for creating custom icon pickers. It contains working application, all you need to do is configure it and change main file.

Steps:

  1. Fork this repository.
  2. Rename it in package.json.
  3. (Optional) Change configuration in various config files located in src/icon-finder/config/.
  4. Edit src/icon-finder/index.ts (main entry).
  5. (Optional) Configure build process in build/config.js.
  6. Run npm run build to build project.

See demo/index.html for usage example. Change it as needed.

Documentation

See Icon Finder documentation for details.

Documentation is designed to help you build custom Icon Finder implementation. It is very technical and requires good knowledge of Node.js

License

Iconify Icon Finder is dual-licensed under Apache 2.0 and GPL 2.0 license. You may select, at your option, one of the above-listed licenses.

SPDX-License-Identifier: Apache-2.0 OR GPL-2.0

© 2020, 2021 Iconify OÜ