New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

canvas-lti-auto-resizer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvas-lti-auto-resizer

A React component that automatically tells Canvas to resize the containing iframe to it's content size

1.0.2
latest
Source
npm
Version published
Weekly downloads
2
-87.5%
Maintainers
1
Weekly downloads
 
Created
Source

canvas-lti-auto-resizer

A React component that automatically tells Canvas to resize the containing iframe to it's content size

NPM JavaScript Style Guide

Install

npm install --save canvas-lti-auto-resizer

Usage

import React from 'react'

import { CanvasLTIAutoResizer } from 'canvas-lti-auto-resizer'

const MyLTIComponent = (props) => {

  return (<CanvasLTIAutoResizer additional={50}>
    <MyLTIComponent />
  </CanvasLTIAutoResizer>)
}

License

MIT © stuartf

FAQs

Package last updated on 17 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts