For Developers

To embed Khada on your website, you can create an iframe to the URL "http://modelviewer.lol/embed"

Accepted parameters:

  1. id: The id of the model you want to embed (required)
  2. group: "tft" or "extras" for 3d models that aren't for league of legends
  3. dark: changes the color of the link to khada and the default background to black
  4. background: any color in hex format, for example: "000000", "ffffff" or "transparent"

Example:

 <iframe src="http://modelviewer.lol/embed?id=17000" width="500px" height="500px"></iframe> 

Example of a TFT Model + dark mode:

 <iframe src="http://modelviewer.lol/embed?id=89001&group=tft&dark=true" width="500px" height="500px"></iframe> 

You can also use our search api if you don't have the ids:

 <iframe src="http://modelviewer.lol/search?query=norra&embed=true" width="500px" height="500px"></iframe>